summaryrefslogtreecommitdiffstats
path: root/man5/proc.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc.5')
-rw-r--r--man5/proc.570
1 files changed, 35 insertions, 35 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index bdc47456b..0349e85f1 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -81,7 +81,7 @@ This doesn't hide the fact that a process with a specific PID value exists
(it can be learned by other means, for example, by "kill \-0 $PID"),
but it hides a process's UID and GID,
which could otherwise be learned by employing
-.BR stat (2)
+.MR stat 2
on a
.IR /proc/ pid
directory.
@@ -103,7 +103,7 @@ was mounted with
.IR hidepid=0 ).
This group should be used instead of approaches such as putting
nonroot users into the
-.BR sudoers (5)
+.MR sudoers 5
file.
.\"
.SS Overview
@@ -131,9 +131,9 @@ The
subdirectories are visible when iterating through
.I /proc
with
-.BR getdents (2)
+.MR getdents 2
(and thus are visible when one uses
-.BR ls (1)
+.MR ls 1
to view the contents of
.IR /proc ).
.TP
@@ -151,11 +151,11 @@ subdirectories are
visible when iterating through
.I /proc
with
-.BR getdents (2)
+.MR getdents 2
(and thus are
.I not
visible when one uses
-.BR ls (1)
+.MR ls 1
to view the contents of
.IR /proc ).
.TP
@@ -220,35 +220,35 @@ if you use a command of the following form to display them:
.\" The material on /proc/sys/fs and /proc/sys/kernel is closely based on
.\" kernel source documentation files written by Rik van Riel.
.SH SEE ALSO
-.BR cat (1),
-.BR dmesg (1),
-.BR find (1),
-.BR free (1),
-.BR htop (1),
-.BR init (1),
-.BR ps (1),
-.BR pstree (1),
-.BR tr (1),
-.BR uptime (1),
-.BR chroot (2),
-.BR mmap (2),
-.BR readlink (2),
-.BR syslog (2),
-.BR slabinfo (5),
-.BR sysfs (5),
-.BR hier (7),
-.BR namespaces (7),
-.BR time (7),
-.BR arp (8),
-.BR hdparm (8),
-.BR ifconfig (8),
-.BR lsmod (8),
-.BR lspci (8),
-.BR mount (8),
-.BR netstat (8),
-.BR procinfo (8),
-.BR route (8),
-.BR sysctl (8)
+.MR cat 1 ,
+.MR dmesg 1 ,
+.MR find 1 ,
+.MR free 1 ,
+.MR htop 1 ,
+.MR init 1 ,
+.MR ps 1 ,
+.MR pstree 1 ,
+.MR tr 1 ,
+.MR uptime 1 ,
+.MR chroot 2 ,
+.MR mmap 2 ,
+.MR readlink 2 ,
+.MR syslog 2 ,
+.MR slabinfo 5 ,
+.MR sysfs 5 ,
+.MR hier 7 ,
+.MR namespaces 7 ,
+.MR time 7 ,
+.MR arp 8 ,
+.MR hdparm 8 ,
+.MR ifconfig 8 ,
+.MR lsmod 8 ,
+.MR lspci 8 ,
+.MR mount 8 ,
+.MR netstat 8 ,
+.MR procinfo 8 ,
+.MR route 8 ,
+.MR sysctl 8
.P
The Linux kernel source files:
.IR Documentation/filesystems/proc.rst ,