diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-15 15:49:29 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-15 15:49:54 +0200 |
| commit | a4e45e13c3e9b83b04891496caca1b0193aa7c79 (patch) | |
| tree | e41e4d624aadb228886d822ad4d0249268fdc88a | |
| parent | 7cbe630709dbc80e8e92457a4a83315001080d62 (diff) | |
| download | man-pages-a4e45e13c3e9b83b04891496caca1b0193aa7c79.tar.gz | |
nsswitch.conf.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/nsswitch.conf.5 | 50 |
1 files changed, 16 insertions, 34 deletions
diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5 index 007c5826fd..747de3c65a 100644 --- a/man5/nsswitch.conf.5 +++ b/man5/nsswitch.conf.5 @@ -113,40 +113,22 @@ database. Here is an example .I /etc/nsswitch.conf file: -.LP -.RS 4 -.PD 0 -.TP 16 -passwd: -compat -.TP -group: -compat -.TP -shadow: -compat -.sp 1n -.TP -hosts: -dns [!UNAVAIL=return] files -.TP -networks: -nis [NOTFOUND=return] files -.TP -ethers: -nis [NOTFOUND=return] files -.TP -protocols: -nis [NOTFOUND=return] files -.TP -rpc: -nis [NOTFOUND=return] files -.TP -services: -nis [NOTFOUND=return] files -.PD -.RE -.LP +.PP +.in +4n +.EX +passwd: compat +group: compat +shadow: compat + +hosts: dns [!UNAVAIL=return] files +networks: nis [NOTFOUND=return] files +ethers: nis [NOTFOUND=return] files +protocols: nis [NOTFOUND=return] files +rpc: nis [NOTFOUND=return] files +services: nis [NOTFOUND=return] files +.EE +.in +.PP The first column is the database name. The remaining columns specify: .IP * 3 |
