summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-07-28 20:19:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-07-28 20:19:33 +0000
commit44213d114ce621b184edefaaf523e68d70386cd4 (patch)
treecc12bc33b41e3491ce1d7bc4590dae993d7d4d8b /lib/libc/gen
parent5fca48e0f668901fe0bc1ce2da18122119e3fa99 (diff)
some SEE ALSO fixes;
Diffstat (limited to 'lib/libc/gen')
-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