summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_cmdline.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_cmdline.5')
-rw-r--r--man5/proc_pid_cmdline.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc_pid_cmdline.5 b/man5/proc_pid_cmdline.5
index 047cacd62..99e482a18 100644
--- a/man5/proc_pid_cmdline.5
+++ b/man5/proc_pid_cmdline.5
@@ -31,7 +31,7 @@ break assumptions about the contents or format of the
file.
.IP
If, after an
-.BR execve (2),
+.MR execve 2 ,
the process modifies its
.I argv
strings, those changes will show up here.
@@ -40,10 +40,10 @@ This is not the same thing as modifying the
array.
.IP
Furthermore, a process may change the memory location that this file refers via
-.BR prctl (2)
+.MR prctl 2
operations such as
.BR PR_SET_MM_ARG_START .
.IP
Think of this file as the command line that the process wants you to see.
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5