proc.5: Correct description of /pro/PID/status 'ShdPnd' and 'SigPnd' fields

These fields are signal masks, not counters.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-07-10 14:54:10 +02:00
parent a4e6603a52
commit 9b8887eb94
1 changed files with 2 additions and 1 deletions

View 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)).