diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-04 08:58:13 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-04 08:58:13 +0000 |
commit | f936cf268dcfae0ce53dd11a2fcf450fb75f4d1d (patch) | |
tree | 27fcfc563320e25b487bf73c9fadea8f01f89a2a /man3/getgrnam.3 | |
parent | d2cf948954b055613fc4d00216ee1d1747b6a356 (diff) |
Minor wording changes
Diffstat (limited to 'man3/getgrnam.3')
-rw-r--r-- | man3/getgrnam.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index 7d2e74bd..07fd7266 100644 --- a/man3/getgrnam.3 +++ b/man3/getgrnam.3 @@ -52,18 +52,18 @@ getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry The .B getgrnam() function returns a pointer to a structure containing -the broken-out fields of a record in the group database +the broken-out fields of the record in the group database (e.g., the local group file .IR /etc/group , NIS, and LDAP) -for the entry that matches the group name +that matches the group name .IR name . .PP The .B getgrgid() function returns a pointer to a structure containing the broken-out fields of the record in the group database -for the entry that matches the group ID +that matches the group ID .IR gid . .PP The |