diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getgrent.3 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index fe738845b0fd..f89f0929618c 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -30,7 +30,7 @@  .\" SUCH DAMAGE.  .\"  .\"     From: @(#)getgrent.3	8.2 (Berkeley) 4/19/94 -.\"	$Id: getgrent.3,v 1.3 1996/05/01 01:40:01 bde Exp $ +.\"	$Id: getgrent.3,v 1.4 1996/05/23 01:04:14 mpp Exp $  .\"  .Dd September 29, 1994  .Dt GETGRENT 3 @@ -77,7 +77,7 @@ struct group {  	char	*gr_name;	/* group name */  	char	*gr_passwd;	/* group password */  	gid_t	gr_gid;		/* group id */ -	char	**gr_mem;	/* group members */ +	char	**gr_mem;	/* null terminated list of group members */  };  .Ed  .Pp | 
