* getlogin_r.h: Simplify API documentation.
authorDerek R. Price <derek@ximbiot.com>
Wed, 25 May 2005 19:29:14 +0000 (19:29 +0000)
committerDerek R. Price <derek@ximbiot.com>
Wed, 25 May 2005 19:29:14 +0000 (19:29 +0000)
lib/ChangeLog
lib/getlogin_r.h

index b19e466ca96c5f2b2bb06ff5a632fbf76dc773f5..517f7a7534991828f7e280b91b0d7c7c8396fc59 100644 (file)
@@ -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>
 
index 90df726aaa355ff7dd1f802834ef3d1b1595c809..cfc9db3fb229d33540c1f1b0e6d753518538388e 100644 (file)
@@ -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>.
  */