summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_io.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_io.5')
-rw-r--r--man5/proc_pid_io.514
1 files changed, 7 insertions, 7 deletions
diff --git a/man5/proc_pid_io.5 b/man5/proc_pid_io.5
index 124252319..a62b6e492 100644
--- a/man5/proc_pid_io.5
+++ b/man5/proc_pid_io.5
@@ -32,7 +32,7 @@ The fields are as follows:
.IR rchar ": characters read"
The number of bytes which this task has caused to be read from storage.
This is simply the sum of bytes which this process passed to
-.BR read (2)
+.MR read 2
and similar system calls.
It includes things such as terminal I/O and
is unaffected by whether or not actual
@@ -48,16 +48,16 @@ Similar caveats apply here as with
.IR syscr ": read syscalls"
Attempt to count the number of read I/O operations\[em]that is,
system calls such as
-.BR read (2)
+.MR read 2
and
-.BR pread (2).
+.MR pread 2 .
.TP
.IR syscw ": write syscalls"
Attempt to count the number of write I/O operations\[em]that is,
system calls such as
-.BR write (2)
+.MR write 2
and
-.BR pwrite (2).
+.MR pwrite 2 .
.TP
.IR read_bytes ": bytes read"
Attempt to count the number of bytes which this process really did cause to
@@ -93,6 +93,6 @@ process A could see an intermediate result.
Permission to access this file 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