diff options
author | Chung, Liu-Yu <s111062629@m111.nthu.edu.tw> | 2023-12-26 08:37:35 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2024-02-24 18:31:54 +0000 |
commit | d9dbf0569c5f9d62100411035e41dd77041a724e (patch) | |
tree | 8467a9edfe209163e91490012541af78b2b18670 | |
parent | 842cc143fb4305a7ccbbf70decde54609478790e (diff) |
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 <pauamma@gundo.com>, lwhsu
Pull Request: https://github.com/freebsd/freebsd-doc/pull/311
-rw-r--r-- | documentation/content/en/books/handbook/network-servers/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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#. |