summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_comm.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_comm.5')
-rw-r--r--man5/proc_pid_comm.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/proc_pid_comm.5 b/man5/proc_pid_comm.5
index 80c544fa3..b0ff6e6bd 100644
--- a/man5/proc_pid_comm.5
+++ b/man5/proc_pid_comm.5
@@ -24,7 +24,7 @@ value, or that of any of other thread in the same thread group (see
the discussion of
.B CLONE_THREAD
in
-.BR clone (2)),
+.MR clone 2 ),
by writing to the file
.IR /proc/self/task/ tid /comm .
Strings longer than
@@ -32,18 +32,18 @@ Strings longer than
(16) characters (including the terminating null byte) are silently truncated.
.IP
This file provides a superset of the
-.BR prctl (2)
+.MR prctl 2
.B PR_SET_NAME
and
.B PR_GET_NAME
operations, and is employed by
-.BR pthread_setname_np (3)
+.MR pthread_setname_np 3
when used to rename threads other than the caller.
The value in this file is used for the
.I %e
specifier in
.IR /proc/sys/kernel/core_pattern ;
see
-.BR core (5).
+.MR core 5 .
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5