diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-07 16:09:11 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-07 17:51:32 -0500 |
| commit | 2ac1e1d3d42870ebaaf400f7724ac9c476c69fc3 (patch) | |
| tree | 244f2e47c33bcdc73cfa32bbdbc35f528c6eabdc /man3 | |
| parent | bbab485de08ea0aecfe537bf09b5f6443ec95820 (diff) | |
| download | man-pages-2ac1e1d3d42870ebaaf400f7724ac9c476c69fc3.tar.gz | |
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 <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getgrnam.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index dfd47029ed..4884f82248 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 () |
