diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:02:09 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:02:09 +0100 |
| commit | 36546c3817fbea73a1d6032a50f7f48788aa62ae (patch) | |
| tree | 34829d2914c83868bd7fd8bc7a2d65e82c67b7e4 /man5/proc.5 | |
| parent | 523869f645d1c34d8e7c5d68314f86ba0771ff8c (diff) | |
| download | man-pages-36546c3817fbea73a1d6032a50f7f48788aa62ae.tar.gz | |
Many pages: Use \[em] instead of \(em
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 0284d2624f..2b0a8af69d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -521,7 +521,7 @@ Think of this file as the command line that the process wants you to see. .\" commit 4614a696bd1c3a9af3a08f0e5874830a85b889d4 This file exposes the process's .I comm -value\(emthat is, the command name associated with the process. +value\[em]that is, the command name associated with the process. Different threads in the same process may have different .I comm values, accessible via @@ -1148,14 +1148,14 @@ Similar caveats apply here as with .IR rchar . .TP .IR syscr ": read syscalls" -Attempt to count the number of read I/O operations\(emthat is, +Attempt to count the number of read I/O operations\[em]that is, system calls such as .BR read (2) and .BR pread (2). .TP .IR syscw ": write syscalls" -Attempt to count the number of write I/O operations\(emthat is, +Attempt to count the number of write I/O operations\[em]that is, system calls such as .BR write (2) and |
