setuid.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 14:27:46 +01:00
parent 0e332aef5f
commit 7127bd53ee
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ setuid \- set user identity
.SH DESCRIPTION
.BR setuid ()
sets the effective user ID of the calling process.
If the effective UID of the caller is root
(more precisely: if the caller has the
If the calling process is prvileged
(more precisely: if the process has the
.BR CAP_SETUID
capability),
the real UID and saved set-user-ID are also set.