getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so

this bug is no longer valid.

MFC after:	3 days
This commit is contained in:
markj 2014-10-27 04:09:23 +00:00
parent 2a5ed8ddfb
commit 731329e033
2 changed files with 2 additions and 23 deletions

View File

@ -28,7 +28,7 @@
.\" @(#)getgrouplist.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
.Dd February 20, 2012
.Dd October 26, 2014
.Dt GETGROUPLIST 3
.Os
.Sh NAME
@ -80,13 +80,3 @@ The
.Fn getgrouplist
function first appeared in
.Bx 4.4 .
.Sh BUGS
The
.Fn getgrouplist
function
uses the routines based on
.Xr getgrent 3 .
If the invoking program uses any of these routines,
the group structure will
be overwritten in the call to
.Fn getgrouplist .

View File

@ -28,7 +28,7 @@
.\" @(#)initgroups.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd June 4, 1993
.Dd October 26, 2014
.Dt INITGROUPS 3
.Os
.Sh NAME
@ -80,14 +80,3 @@ The
.Fn initgroups
function appeared in
.Bx 4.2 .
.Sh BUGS
The
.Fn getgrouplist
function called by
.Fn initgroups
uses the routines based on
.Xr getgrent 3 .
If the invoking program uses any of these routines,
the group structure will
be overwritten in the call to
.Fn initgroups .