diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
commit | 138760cea6dfae9292858f5f76e471374533727e (patch) | |
tree | a6b3996d64f3d12e658b68801b9c193ac0e12fd1 /share/man/man5/netgroup.5 | |
parent | 90d933d7a0cf14ffac9d7d6f3fafacdec21260e6 (diff) |
o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;
millert@ ok and help;
Diffstat (limited to 'share/man/man5/netgroup.5')
-rw-r--r-- | share/man/man5/netgroup.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/netgroup.5 b/share/man/man5/netgroup.5 index 8940e2d2123..46342354f04 100644 --- a/share/man/man5/netgroup.5 +++ b/share/man/man5/netgroup.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netgroup.5,v 1.9 2000/10/26 00:37:05 aaron Exp $ +.\" $OpenBSD: netgroup.5,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: netgroup.5,v 1.3 1995/03/18 14:58:34 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -81,12 +81,12 @@ should normally be used to access the database. .Pp These functions operate on the -.Xr db +.Xr db 3 version of the .Nm .Pq Pa netgroup.db file which can be generated using -.Xr netgroup_mkdb . +.Xr netgroup_mkdb 8 . If that file is not present, and the system supports NIS, then the .Nm NIS maps are used. |