summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_seccomp.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_seccomp.5')
-rw-r--r--man5/proc_pid_seccomp.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/proc_pid_seccomp.5 b/man5/proc_pid_seccomp.5
index 2002c45ed..474a41646 100644
--- a/man5/proc_pid_seccomp.5
+++ b/man5/proc_pid_seccomp.5
@@ -14,7 +14,7 @@ This file can be used to read and change the process's
secure computing (seccomp) mode setting.
It contains the value 0 if the process is not in seccomp mode,
and 1 if the process is in strict seccomp mode (see
-.BR seccomp (2)).
+.MR seccomp 2 ).
Writing 1 to this file places the process irreversibly in strict seccomp mode.
(Further attempts to write to the file fail with the
.B EPERM
@@ -22,15 +22,15 @@ error.)
.IP
In Linux 2.6.23,
this file went away, to be replaced by the
-.BR prctl (2)
+.MR prctl 2
.B PR_GET_SECCOMP
and
.B PR_SET_SECCOMP
operations (and later by
-.BR seccomp (2)
+.MR seccomp 2
and the
.I Seccomp
field in
.IR /proc/ pid /status ).
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5