summaryrefslogtreecommitdiffstats
path: root/man2/setuid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/setuid.2')
-rw-r--r--man2/setuid.222
1 files changed, 11 insertions, 11 deletions
diff --git a/man2/setuid.2 b/man2/setuid.2
index 2c987c437..b914f1210 100644
--- a/man2/setuid.2
+++ b/man2/setuid.2
@@ -52,7 +52,7 @@ privileges, assume the identity of an unprivileged user, and then regain
root privileges afterward cannot use
.BR setuid ().
You can accomplish this with
-.BR seteuid (2).
+.MR seteuid 2 .
.SH RETURN VALUE
On success, zero is returned.
On error, \-1 is returned, and
@@ -87,7 +87,7 @@ Since Linux 3.1, this error case no longer occurs
see the description of
.B EAGAIN
in
-.BR execve (2).
+.MR execve 2 .
.TP
.B EINVAL
The user ID specified in
@@ -114,7 +114,7 @@ employ a signal-based technique to ensure
that when one thread changes credentials,
all of the other threads in the process also change their credentials.
For details, see
-.BR nptl (7).
+.MR nptl 7 .
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
@@ -140,17 +140,17 @@ The
.BR setuid ()
call also sets the filesystem user ID of the calling process.
See
-.BR setfsuid (2).
+.MR setfsuid 2 .
.P
If
.I uid
is different from the old effective UID, the process will
be forbidden from leaving core dumps.
.SH SEE ALSO
-.BR getuid (2),
-.BR seteuid (2),
-.BR setfsuid (2),
-.BR setreuid (2),
-.BR capabilities (7),
-.BR credentials (7),
-.BR user_namespaces (7)
+.MR getuid 2 ,
+.MR seteuid 2 ,
+.MR setfsuid 2 ,
+.MR setreuid 2 ,
+.MR capabilities 7 ,
+.MR credentials 7 ,
+.MR user_namespaces 7