summaryrefslogtreecommitdiff
path: root/man2/getgid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getgid.2')
-rw-r--r--man2/getgid.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/getgid.2 b/man2/getgid.2
index f4f4b8d9..9c4f1a79 100644
--- a/man2/getgid.2
+++ b/man2/getgid.2
@@ -34,10 +34,10 @@ getgid, getegid \- get group identity
.br
.B gid_t getegid(void);
.SH DESCRIPTION
-.B getgid
+.BR getgid ()
returns the real group ID of the current process.
-.B getegid
+.BR getegid ()
returns the effective group ID of the current process.
.SH ERRORS
These functions are always successful.