aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-03 00:52:26 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-03 00:52:26 +0200
commit0d782b8dc1b8c0aea67951f815abc009fe932d58 (patch)
tree1d76d0364cb3f0b25055260fdb4dd39281600f0c /man7/signal.7
parentff6f35a734aeb2e04a38aa0cf88a0c493fa3e890 (diff)
downloadman-pages-0d782b8dc1b8c0aea67951f815abc009fe932d58.tar.gz
man*/: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index ea279d0e2a..bd2aa8bff9 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -927,7 +927,7 @@ For a discussion of async-signal-safe functions, see
.BR signal\-safety (7).
.PP
The
-.I /proc/[pid]/task/[tid]/status
+.IR /proc/ pid /task/ tid /status
file contains various fields that show the signals
that a thread is blocking
.RI ( SigBlk ),
@@ -943,7 +943,7 @@ as well as the set of pending signals that are directed
to the process as a whole
.RI ( ShdPnd ).
The corresponding fields in
-.I /proc/[pid]/status
+.IR /proc/ pid /status
show the information for the main thread.
See
.BR proc (5)