From 4cd40eed210c4e43d3f741f17e6c4263f41d0c5f Mon Sep 17 00:00:00 2001 From: "Derek R. Price" Date: Wed, 25 May 2005 19:29:14 +0000 Subject: [PATCH] * getlogin_r.h: Simplify API documentation. --- lib/ChangeLog | 5 +++++ lib/getlogin_r.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index b19e466ca9..517f7a7534 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-05-25 Bruno Haible + Derek Price + + * getlogin_r.h: Simplify API documentation. + 2005-05-25 Derek Price Paul Eggert diff --git a/lib/getlogin_r.h b/lib/getlogin_r.h index 90df726aaa..cfc9db3fb2 100644 --- 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 . */ -- 2.30.2