From 6bcaf7c437b35d4127a60c42d66122dcbd5db1c0 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 4 Oct 2006 21:39:33 +0000 Subject: [PATCH] (User Information): Clarify getpwent returns #f at end of file. --- doc/ref/posix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 4ee726838..0711b9a1e 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -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