seteuid.2, setresuid.2, setreuid.2, setuid.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-09 21:41:32 +02:00
parent 76868835e7
commit 29d3bdc482
4 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ is set appropriately.
there are cases where
.BR seteuid ()
can fail even when the caller is UID 0;
it is a grave security error to omit checking for a faulure return from
it is a grave security error to omit checking for a failure return from
.BR seteuid ().
.SH ERRORS
.\" .TP

View File

@ -71,7 +71,7 @@ is set appropriately.
there are cases where
.BR setresuid ()
can fail even when the caller is UID 0;
it is a grave security error to omit checking for a faulure return from
it is a grave security error to omit checking for a failure return from
.BR setresuid ().
.SH ERRORS
.TP

View File

@ -100,7 +100,7 @@ is set appropriately.
there are cases where
.BR setreuid ()
can fail even when the caller is UID 0;
it is a grave security error to omit checking for a faulure return from
it is a grave security error to omit checking for a failure return from
.BR setreuid ().
.SH ERRORS
.TP

View File

@ -77,7 +77,7 @@ is set appropriately.
there are cases where
.BR setuid ()
can fail even when the caller is UID 0;
it is a grave security error to omit checking for a faulure return from
it is a grave security error to omit checking for a failure return from
.BR setuid ().
.SH ERRORS
.TP