setgid.2: wfix: Make wording consistent with setuid(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-19 20:07:23 +02:00
parent f019faae04
commit a1dbd698ee
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ setgid \- set group identity
.SH DESCRIPTION
.BR setgid ()
sets the effective group ID of the calling process.
If the calling process is privileged (has the
If the calling process is privileged (more precisely: has the
.B CAP_SETGID
capability in its user namespace),
the real GID and saved set-group-ID are also set.