This commit is contained in:
Michael Kerrisk 2007-06-28 19:05:48 +00:00
parent 437a918274
commit 9cb3c68a5f
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ is equivalent to
.BI setreuid(\-1, " euid" )
and hence may change the saved set-user-ID.
Under glibc2.1 it is equivalent to
.BI setresuid(\-1, " euid" ,\-1)
.BI setresuid(\-1, " euid" ", \-1)"
and hence does not change the saved set-user-ID.
Similar remarks hold for
.BR setegid ().