changeset 5888:266767a72575

* getlogin_r.h: Simplify API documentation.
author Derek R. Price <derek@ximbiot.com>
date Wed, 25 May 2005 19:29:14 +0000
parents cfb8f3b61b7f
children ae0c1303f175
files lib/ChangeLog lib/getlogin_r.h
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-25  Bruno Haible  <bruno@clisp.org>
+	    Derek Price  <derek@ximbiot.com>
+
+	* getlogin_r.h: Simplify API documentation.
+
 2005-05-25  Derek Price  <derek@ximbiot.com>
 	    Paul Eggert  <eggert@cs.ucla.edu>
 
--- a/lib/getlogin_r.h
+++ b/lib/getlogin_r.h
@@ -28,8 +28,7 @@
 
    Returns 0 if successful.  Upon error, an error number is returned, or -1 in
    the case that the login name cannot be found but no specific error is
-   provided by getlogin (getlogin returned NULL and did not set errno - this
-   case is hopefully rare but is left open by the POSIX spec).
+   provided (this case is hopefully rare but is left open by the POSIX spec).
 
    See <http://www.opengroup.org/onlinepubs/009695399/functions/getlogin.html>.
  */