]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Minor wording changes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 4 Jul 2005 08:58:13 +0000 (08:58 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 4 Jul 2005 08:58:13 +0000 (08:58 +0000)
man3/getgrnam.3
man3/getpwnam.3

index 7d2e74bd10c5bd3a4c734181fcac570eb1818071..07fd7266dfaf163e34eec101d384b95aa164f8f7 100644 (file)
@@ -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
index c259cab611b3889e49f9c2206d1434e258803231..8eecee2a7d4e1832d498643eb5f2695d5ff81fff 100644 (file)
@@ -53,18 +53,18 @@ getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
 The
 .B getpwnam()
 function returns a pointer to a structure containing
-the broken-out fields of a record in the password database
+the broken-out fields of the record in the password database
 (e.g., the local password file 
 .IR /etc/passwd ,
 NIS, and LDAP)
-for the entry that matches the user name
+that matches the user name
 .IR name .
 .PP
 The
 .B getpwuid()
 function returns a pointer to a structure containing
 the broken-out fields of the record in the password database
-for the entry that matches the user ID
+that matches the user ID
 .IR uid .
 .PP
 The