some SEE ALSO fixes;
authorjmc <jmc@openbsd.org>
Mon, 28 Jul 2008 20:19:32 +0000 (20:19 +0000)
committerjmc <jmc@openbsd.org>
Mon, 28 Jul 2008 20:19:32 +0000 (20:19 +0000)
lib/libc/gen/getgrent.3
lib/libc/gen/getgrouplist.3

index f89a89b..f9fc9d9 100644 (file)
@@ -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 ,
index df5d82b..925be3c 100644 (file)
@@ -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