summaryrefslogtreecommitdiff
path: root/man3/getgrnam.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-12 09:06:04 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-12 09:06:04 +0000
commit60a90ecdae7bf6d1a91dc5d1d7177e400b114e47 (patch)
tree9f7c19a897084607a9688be5414d0d4cd6391b54 /man3/getgrnam.3
parentd92a60f2575c95cd532b822e4fb983c3a9e35641 (diff)
Convert function formatting of the form "\fBname\fP()" to ".BR name ()".
Diffstat (limited to 'man3/getgrnam.3')
-rw-r--r--man3/getgrnam.312
1 files changed, 10 insertions, 2 deletions
diff --git a/man3/getgrnam.3 b/man3/getgrnam.3
index e0e8faa3..6958dcd8 100644
--- a/man3/getgrnam.3
+++ b/man3/getgrnam.3
@@ -105,7 +105,11 @@ can be found using
.BR sysconf (3)
with the _SC_GETGR_R_SIZE_MAX parameter.
.SH "RETURN VALUE"
-The \fBgetgrnam\fP() and \fBgetgrgid\fP() functions return a pointer to a
+The
+.BR getgrnam ()
+and
+.BR getgrgid ()
+functions return a pointer to a
.I group
structure, or NULL if the matching entry
is not found or an error occurs.
@@ -123,7 +127,11 @@ by subsequent calls to
or
.BR getgrnam ().
.LP
-The \fBgetgrnam_r\fP() and \fBgetgrgid_r\fP() functions return
+The
+.BR getgrnam_r ()
+and
+.BR getgrgid_r ()
+functions return
zero on success.
In case of error, an error number is returned.
.SH ERRORS