summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_root.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_root.5')
-rw-r--r--man5/proc_pid_root.511
1 files changed, 6 insertions, 5 deletions
diff --git a/man5/proc_pid_root.5 b/man5/proc_pid_root.5
index 7a2850ca4..1273dec74 100644
--- a/man5/proc_pid_root.5
+++ b/man5/proc_pid_root.5
@@ -12,7 +12,7 @@
.IR /proc/ pid /root/
UNIX and Linux support the idea of a per-process root of the
filesystem, set by the
-.BR chroot (2)
+.MR chroot 2
system call.
This file is a symbolic link that points to the process's
root directory, and behaves in the same way as
@@ -63,13 +63,14 @@ In a multithreaded process, the contents of the
.IR /proc/ pid /root
symbolic link are not available if the main thread has already terminated
(typically by calling
-.BR pthread_exit (3)).
+.MR pthread_exit 3 ).
.IP
Permission to dereference or read
-.RB ( readlink (2))
+\%(\c
+.MR readlink 2 )
this symbolic link is governed by a ptrace access mode
.B PTRACE_MODE_READ_FSCREDS
check; see
-.BR ptrace (2).
+.MR ptrace 2 .
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5