]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
prctl.2: ffix to "Work around bogus constant "maxsig" in PR_SET_PDEATHSIG" patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 May 2020 10:44:23 +0000 (12:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 May 2020 10:44:23 +0000 (12:44 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/prctl.2

index 7fdfd7bfbcb626a036fd3b0e43a6399383d46725..6de4439381272ecbf322ebdfabf8a6c9cab330c0 100644 (file)
@@ -954,9 +954,9 @@ will operate in the privilege-restricting mode described above.
 .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 ..
-.BR NSIG " \-"
-1, or 0 to clear).
+in the range 1..\c
+.BR NSIG "\-1" ,
+or 0 to clear).
 This is the signal that the calling process will get when its
 parent dies.
 .IP