summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-28 23:15:40 +0200
committerAlejandro Colomar <alx@kernel.org>2023-07-28 23:15:42 +0200
commitd7ec31628938c8261a1f00d3c273de4f7407ccee (patch)
tree6dea3e3889ad8e421073518da30202c7c675d9f7
parent34f8e15f066dd765eac88700dfc7e0a510a48572 (diff)
prctl.2: Use mathematical notation for a range
Reported-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/prctl.29
1 files changed, 6 insertions, 3 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2
index fe403d76a..d845b0905 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -1050,9 +1050,12 @@ before Linux 5.3).
.BR PR_SET_PDEATHSIG " (since Linux 2.1.57)"
Set the parent-death signal
of the calling process to \fIarg2\fP (either a signal value
-in the range 1..\c
-.BR NSIG "\-1" ,
-or 0 to clear).
+in the range
+.RB [ 1 ,
+.IR NSIG\~\-\~1 ],
+or
+.B 0
+to clear).
This is the signal that the calling process will get when its
parent dies.
.IP