]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5: Correct description of /pro/PID/status 'ShdPnd' and 'SigPnd' fields
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 10 Jul 2019 12:54:10 +0000 (14:54 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 10 Jul 2019 12:54:10 +0000 (14:54 +0200)
These fields are signal masks, not counters.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/proc.5

index 336563c3ad6448e77e8cce77d6907ab0da8abcd6..c563a90de0f9cb76a68658de4d05c8e60a320794 100644 (file)
@@ -2641,7 +2641,8 @@ in
 .BR getrlimit (2)).
 .IP *
 .IR SigPnd ", " ShdPnd :
-Number of signals pending for thread and for process as a whole (see
+ Mask (expressed in hexadecomal)
+of signals pending for thread and for process as a whole (see
 .BR pthreads (7)
 and
 .BR signal (7)).