proc.5: Clarify that various mask fields in /proc/PID/status are in hexadecimal

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

View File

@ -2647,21 +2647,23 @@ and
.BR signal (7)).
.IP *
.IR SigBlk ", " SigIgn ", " SigCgt :
Masks indicating signals being blocked, ignored, and caught (see
Masks (expressed in hexadeximal)
indicating signals being blocked, ignored, and caught (see
.BR signal (7)).
.IP *
.IR CapInh ", " CapPrm ", " CapEff :
Masks of capabilities enabled in inheritable, permitted, and effective sets
Masks (expressed in hexadeximal)
of capabilities enabled in inheritable, permitted, and effective sets
(see
.BR capabilities (7)).
.IP *
.IR CapBnd :
Capability bounding set
Capability bounding set, expressed in hexadecimal
(since Linux 2.6.26, see
.BR capabilities (7)).
.IP *
.IR CapAmb :
Ambient capability set
Ambient capability set, expressed in hexadecimal
(since Linux 4.3, see
.BR capabilities (7)).
.IP *
@ -2695,7 +2697,7 @@ Speculation flaw mitigation state
.BR prctl (2)).
.IP *
.IR Cpus_allowed :
Mask of CPUs on which this process may run
Hexadecimal mask of CPUs on which this process may run
(since Linux 2.6.24, see
.BR cpuset (7)).
.IP *