git: d9dbf0569c - main - handbook/network-servers: Fix typo
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=d9dbf0569c5f9d62100411035e41dd77041a724e commit d9dbf0569c5f9d62100411035e41dd77041a724e Author: Chung, Liu-Yu <[email protected]> AuthorDate: 2023-12-26 08:37:35 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-02-24 18:31:54 +0000 handbook/network-servers: Fix typo There is a missing space, which causes the rendering to not display correctly. Event: Advanced UNIX Programming Course (Fall’23) at NTHU Reviewed by: Pau Amma <[email protected]>, lwhsu Pull Request: https://github.com/freebsd/freebsd-doc/pull/311 --- documentation/content/en/books/handbook/network-servers/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index 42bad97ed1..9b16e05849 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -1039,7 +1039,7 @@ When adding a new machine, login restrictions must be defined for all netgroups. When a new user is added, the account must be added to one or more netgroups. If the NIS setup is planned carefully, only one central configuration file needs modification to grant or deny access to machines. -The first step is the initialization of the NIS`netgroup` map. +The first step is the initialization of the NIS `netgroup` map. In FreeBSD, this map is not created by default. On the NIS master server, use an editor to create a map named [.filename]#/var/yp/netgroup#.