aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-07 16:09:11 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-07 17:51:32 -0500
commit2ac1e1d3d42870ebaaf400f7724ac9c476c69fc3 (patch)
tree244f2e47c33bcdc73cfa32bbdbc35f528c6eabdc /man3
parentbbab485de08ea0aecfe537bf09b5f6443ec95820 (diff)
downloadman-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.32
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 ()