1
Fork 0
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:
Kevin Ryde 2006-10-04 21:39:33 +00:00
parent 3de4a96bbb
commit 6bcaf7c437

View file

@ -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