From 1850e6e633ac9b39d8e4ac3dab6c8895c2c8a49c Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 28 Jul 2008 20:19:32 +0000 Subject: [PATCH] some SEE ALSO fixes; --- lib/libc/gen/getgrent.3 | 6 +++--- lib/libc/gen/getgrouplist.3 | 8 ++++---- 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 -- 2.20.1