summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-07-28 20:19:32 +0000
committerjmc <jmc@openbsd.org>2008-07-28 20:19:32 +0000
commit1850e6e633ac9b39d8e4ac3dab6c8895c2c8a49c (patch)
tree0395ec56ec861fdfa70a32c967cbada9855c9c9b
parentdocument WPA-PSK support. (diff)
downloadwireguard-openbsd-1850e6e633ac9b39d8e4ac3dab6c8895c2c8a49c.tar.xz
wireguard-openbsd-1850e6e633ac9b39d8e4ac3dab6c8895c2c8a49c.zip
some SEE ALSO fixes;
-rw-r--r--lib/libc/gen/getgrent.36
-rw-r--r--lib/libc/gen/getgrouplist.38
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3
index f89a89b0d57..f9fc9d9a15a 100644
--- a/lib/libc/gen/getgrent.3
+++ b/lib/libc/gen/getgrent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getgrent.3,v 1.15 2008/07/28 16:27:39 deraadt Exp $
+.\" $OpenBSD: getgrent.3,v 1.16 2008/07/28 20:19:32 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -188,9 +188,9 @@ group database file
.El
.Sh SEE ALSO
.Xr getpwent 3 ,
+.Xr ypclnt 3 ,
.Xr group 5 ,
-.Xr yp 8 ,
-.Xr ypclnt 3
+.Xr yp 8
.Sh HISTORY
The functions
.Fn endgrent ,
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3
index df5d82b090d..925be3c1a9c 100644
--- a/lib/libc/gen/getgrouplist.3
+++ b/lib/libc/gen/getgrouplist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getgrouplist.3,v 1.11 2008/07/28 16:27:39 deraadt Exp $
+.\" $OpenBSD: getgrouplist.3,v 1.12 2008/07/28 20:19:32 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -72,11 +72,11 @@ Here, the group array will be filled with as many groups as will fit.
group database file
.El
.Sh SEE ALSO
-.Xr group 5 ,
.Xr setgroups 2 ,
.Xr initgroups 3 ,
-.Xr yp 8 ,
-.Xr yp_match 5
+.Xr yp_match 3 ,
+.Xr group 5 ,
+.Xr yp 8
.Sh HISTORY
The
.Fn getgrouplist