summaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 9b56acfcf..6f6f9c906 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -23,7 +23,7 @@
.\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions
.\"
-.TH signal 7 2023-02-05 "Linux man-pages 6.03"
+.TH signal 7 2023-04-03 "Linux man-pages 6.05.01"
.SH NAME
signal \- overview of signals
.SH DESCRIPTION
@@ -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)