setgid.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 14:21:59 +01:00
parent 67453c5afe
commit 02a0d14238
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 caller is privileged (has the
If the calling process is privileged (has the
CAP_SETGID
capability), the real GID and saved set-group-ID are also set.