aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-15 15:49:29 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-15 15:49:54 +0200
commita4e45e13c3e9b83b04891496caca1b0193aa7c79 (patch)
treee41e4d624aadb228886d822ad4d0249268fdc88a
parent7cbe630709dbc80e8e92457a4a83315001080d62 (diff)
downloadman-pages-a4e45e13c3e9b83b04891496caca1b0193aa7c79.tar.gz
nsswitch.conf.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/nsswitch.conf.550
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