aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getpw.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-06-30 14:36:59 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-06-30 14:36:59 +0000
commit18701562c1bd97147f53cf63ead3aba6e89aef56 (patch)
treeb17ce5106749c5980a6963d8c6dc90b3ce3f2481 /man3/getpw.3
parent881663d9c6aa933fc06dcddfae1a2653ece4e503 (diff)
downloadman-pages-18701562c1bd97147f53cf63ead3aba6e89aef56.tar.gz
s/user name/username/
Diffstat (limited to 'man3/getpw.3')
-rw-r--r--man3/getpw.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getpw.3 b/man3/getpw.3
index aedcdd465b..2b26803487 100644
--- a/man3/getpw.3
+++ b/man3/getpw.3
@@ -54,7 +54,7 @@ The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows:
.in +4n
.nf
struct passwd {
- char *pw_name; /* user name */
+ char *pw_name; /* username */
char *pw_passwd; /* user password */
uid_t pw_uid; /* user ID */
gid_t pw_gid; /* group ID */