summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid.5')
-rw-r--r--man5/proc_pid.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/proc_pid.5 b/man5/proc_pid.5
index 16c1a3c15..f21a73904 100644
--- a/man5/proc_pid.5
+++ b/man5/proc_pid.5
@@ -42,14 +42,14 @@ The process's "dumpable" attribute may change for the following reasons:
.RS
.IP \[bu] 3
The attribute was explicitly set via the
-.BR prctl (2)
+.MR prctl 2
.B PR_SET_DUMPABLE
operation.
.IP \[bu]
The attribute was reset to the value in the file
.I /proc/sys/fs/suid_dumpable
(described below), for the reasons described in
-.BR prctl (2).
+.MR prctl 2 .
.RE
.IP
Resetting the "dumpable" attribute to 1 reverts the ownership of the
@@ -57,7 +57,7 @@ Resetting the "dumpable" attribute to 1 reverts the ownership of the
files to the process's effective UID and GID.
Note, however, that if the effective UID or GID is subsequently modified,
then the "dumpable" attribute may be reset, as described in
-.BR prctl (2).
+.MR prctl 2 .
Therefore, it may be desirable to reset the "dumpable" attribute
.I after
making any desired changes to the process's effective UID or GID.
@@ -70,4 +70,4 @@ and is identical to the
.I /proc
directory named by the process ID of the same process.
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5