summaryrefslogtreecommitdiffstats
path: root/man2/seteuid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/seteuid.2')
-rw-r--r--man2/seteuid.220
1 files changed, 10 insertions, 10 deletions
diff --git a/man2/seteuid.2 b/man2/seteuid.2
index 312ed1f9e..53619693a 100644
--- a/man2/seteuid.2
+++ b/man2/seteuid.2
@@ -22,7 +22,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR seteuid (),
@@ -117,18 +117,18 @@ On Linux,
and
.BR setegid ()
are implemented as library functions that call, respectively,
-.BR setreuid (2)
+.MR setreuid 2
and
-.BR setregid (2).
+.MR setregid 2 .
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, 4.3BSD.
.SH SEE ALSO
-.BR geteuid (2),
-.BR setresuid (2),
-.BR setreuid (2),
-.BR setuid (2),
-.BR capabilities (7),
-.BR credentials (7),
-.BR user_namespaces (7)
+.MR geteuid 2 ,
+.MR setresuid 2 ,
+.MR setreuid 2 ,
+.MR setuid 2 ,
+.MR capabilities 7 ,
+.MR credentials 7 ,
+.MR user_namespaces 7