getpwent.3: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-19 18:20:43 +02:00
parent aae8e0acc7
commit 1e82fbcf78
1 changed files with 3 additions and 2 deletions

View File

@ -65,8 +65,9 @@ the broken-out fields of a record from the password database
(e.g., the local password file
.IR /etc/passwd ,
NIS, and LDAP).
The first time it
is called it returns the first entry; thereafter, it returns successive
The first time
.BR getpwent ()
is called, it returns the first entry; thereafter, it returns successive
entries.
.PP
The