setgid.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 15:11:06 +01:00
parent 1a54ad1eae
commit 52f2c8fb7e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ setgid \- set group identity
.BR setgid () .BR setgid ()
sets the effective group ID of the calling process. sets the effective group ID of the calling process.
If the calling process is privileged (has the If the calling process is privileged (has the
CAP_SETGID .B CAP_SETGID
capability), the real GID and saved set-group-ID are also set. capability), the real GID and saved set-group-ID are also set.
Under Linux, Under Linux,