diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:03:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:03:26 +0000 |
commit | bf45e335754d740b4688106f068168dd554de98e (patch) | |
tree | 5d1ebb0c1ee74f356585dda4e79ff00a1c9bb8f8 /lib/libc | |
parent | 69f03d7efa5cd636aaa0580b12fcc8a20ea9a8dd (diff) |
netbsd repairs
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index a30c8adffc9..a4db5be0d98 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnetgrent.3,v 1.4 1997/03/29 03:50:39 deraadt Exp $ +.\" $OpenBSD: getnetgrent.3,v 1.5 1997/06/13 13:03:25 deraadt Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -56,7 +56,7 @@ which is described in .Xr netgroup 5 . If that file does not exist, and the system supports -.Sy YP, +.Sy YP , then the .Sy netgroup .Sy YP @@ -120,7 +120,7 @@ have no return value. netgroup database file .El .Sh SEE ALSO -.Fn netgroup 5 +.Xr netgroup 5 .Sh BUGS The function .Fn getnetgrent |