diff options
author | 1997-06-13 13:03:25 +0000 | |
---|---|---|
committer | 1997-06-13 13:03:25 +0000 | |
commit | fbc5bcd4f12363e4661f6d94da86636b617f143c (patch) | |
tree | f4f32ab6838e13c8e8f9e14ff9e042b7e600b75f | |
parent | sysctl(3) (diff) | |
download | wireguard-openbsd-fbc5bcd4f12363e4661f6d94da86636b617f143c.tar.xz wireguard-openbsd-fbc5bcd4f12363e4661f6d94da86636b617f143c.zip |
netbsd repairs
-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 |