mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
(User Information): Clarify getpwent returns #f at end of file.
This commit is contained in:
parent
3de4a96bbb
commit
6bcaf7c437
1 changed files with 2 additions and 2 deletions
|
@ -1008,8 +1008,8 @@ return value is unspecified.
|
|||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} getpwent
|
||||
Return the next entry in the user database, using the stream set by
|
||||
@code{setpwent}.
|
||||
Read the next entry in the user database stream. The return is a
|
||||
passwd user object as above, or @code{#f} when no more entries.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} endpwent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue