OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / fgetgrent.3
index 5f4feeb..a7f907e 100644 (file)
@@ -27,7 +27,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 19:38:44 1993 by Rik Faith (faith@cs.unc.edu)
-.TH FGETGRENT 3  2013-04-19 "GNU" "Linux Programmer's Manual"
+.TH FGETGRENT 3  2014-08-19 "GNU" "Linux Programmer's Manual"
 .SH NAME
 fgetgrent \- get group file entry
 .SH SYNOPSIS
@@ -69,7 +69,8 @@ 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 array of pointers
+                               to names of group members */
 };
 .fi
 .in
@@ -102,7 +103,7 @@ SVr4.
 .BR setgrent (3),
 .BR group (5)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,