From 2ac1e1d3d42870ebaaf400f7724ac9c476c69fc3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 7 Nov 2008 16:09:11 -0500 Subject: [PATCH] getgrnam.3: Clarify and add more detail in RETURN VALUE description The page was a bit fuzzy in describing the return values for various cases. In particular, it needed to be more explicit in describing what happens for the "not found" case. This is an analogous change to the previous change for getpwnam.3, made after Andreas Henriksson's report. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504787 Signed-off-by: Michael Kerrisk --- man3/getgrnam.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index dfd47029e..4884f8224 100644 --- a/man3/getgrnam.3 +++ b/man3/getgrnam.3 @@ -140,7 +140,7 @@ by subsequent calls to or .BR getgrnam (). .LP -On sucess, +On success, .BR getgrnam_r () and .BR getgrgid_r ()