Add .Li mark-up to Hesiod, NIS, and nsswitch keywords so that they stand out

when the manpage is read via an advanced output device.
This commit is contained in:
Yaroslav Tykhiy 2007-05-08 11:00:07 +00:00
parent 34815be16d
commit 71e3251c81

View File

@ -47,17 +47,17 @@ The
.Nm .Nm
files are the local source of password information. files are the local source of password information.
They can be used in conjunction with the Hesiod domains They can be used in conjunction with the Hesiod domains
.Sq passwd .Sq Li passwd
and and
.Sq uid , .Sq Li uid ,
and the and the
.Tn NIS .Tn NIS
maps maps
.Sq passwd.byname , .Sq Li passwd.byname ,
.Sq passwd.byuid , .Sq Li passwd.byuid ,
.Sq master.passwd.byname , .Sq Li master.passwd.byname ,
and and
.Sq master.passwd.byuid , .Sq Li master.passwd.byuid ,
as controlled by as controlled by
.Xr nsswitch.conf 5 . .Xr nsswitch.conf 5 .
.Pp .Pp
@ -275,50 +275,50 @@ to
.Xr nologin 8 . .Xr nologin 8 .
.Sh HESIOD SUPPORT .Sh HESIOD SUPPORT
If If
.Sq dns .Sq Li dns
is specified for the is specified for the
.Sq passwd .Sq Li passwd
database in database in
.Xr nsswitch.conf 5 , .Xr nsswitch.conf 5 ,
then then
.Nm .Nm
lookups occur from the lookups occur from the
.Sq passwd .Sq Li passwd
Hesiod domain. Hesiod domain.
.Sh NIS SUPPORT .Sh NIS SUPPORT
If If
.Sq nis .Sq Li nis
is specified for the is specified for the
.Sq passwd .Sq Li passwd
database in database in
.Xr nsswitch.conf 5 , .Xr nsswitch.conf 5 ,
then then
.Nm .Nm
lookups occur from the lookups occur from the
.Sq passwd.byname , .Sq Li passwd.byname ,
.Sq passwd.byuid , .Sq Li passwd.byuid ,
.Sq master.passwd.byname , .Sq Li master.passwd.byname ,
and and
.Sq master.passwd.byuid .Sq Li master.passwd.byuid
.Tn NIS .Tn NIS
maps. maps.
.Sh COMPAT SUPPORT .Sh COMPAT SUPPORT
If If
.Sq compat .Sq Li compat
is specified for the is specified for the
.Sq passwd .Sq Li passwd
database, and either database, and either
.Sq dns .Sq Li dns
or or
.Sq nis .Sq Li nis
is specified for the is specified for the
.Sq passwd_compat .Sq Li passwd_compat
database in database in
.Xr nsswitch.conf 5 , .Xr nsswitch.conf 5 ,
then the then the
.Nm .Nm
file also supports standard file also supports standard
.Sq +/- .Sq Li + Ns / Ns Li -
exclusions and inclusions, based on user names and netgroups. exclusions and inclusions, based on user names and netgroups.
.Pp .Pp
Lines beginning with a Lines beginning with a
@ -346,14 +346,14 @@ token may also be alone in the
field, which causes all users from either the Hesiod domain field, which causes all users from either the Hesiod domain
.Nm .Nm
(with (with
.Sq passwd_compat: dns ) .Sq Li passwd_compat: dns )
or or
.Sq passwd.byname .Sq Li passwd.byname
and and
.Sq passwd.byuid .Sq Li passwd.byuid
.Tn NIS .Tn NIS
maps (with maps (with
.Sq passwd_compat: nis ) .Sq Li passwd_compat: nis )
to be included. to be included.
.Pp .Pp
If the entry contains non-empty If the entry contains non-empty
@ -447,6 +447,6 @@ Project, where it first appeared in
User information should (and eventually will) be stored elsewhere. User information should (and eventually will) be stored elsewhere.
.Pp .Pp
Placing Placing
.Sq compat .Sq Li compat
exclusions in the file after any inclusions will have exclusions in the file after any inclusions will have
unexpected results. unexpected results.