summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_mem.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_mem.5')
-rw-r--r--man5/proc_pid_mem.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/proc_pid_mem.5 b/man5/proc_pid_mem.5
index 42025332c..b77c3846d 100644
--- a/man5/proc_pid_mem.5
+++ b/man5/proc_pid_mem.5
@@ -11,14 +11,14 @@
.TP
.IR /proc/ pid /mem
This file can be used to access the pages of a process's memory through
-.BR open (2),
-.BR read (2),
+.MR open 2 ,
+.MR read 2 ,
and
-.BR lseek (2).
+.MR lseek 2 .
.IP
Permission to access this file is governed by a ptrace access mode
.B PTRACE_MODE_ATTACH_FSCREDS
check; see
-.BR ptrace (2).
+.MR ptrace 2 .
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5