]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man5/proc.5
pldd.1, bpf.2, chdir.2, clone.2, fanotify_init.2, fanotify_mark.2, intro.2, ipc.2...
[thirdparty/man-pages.git] / man5 / proc.5
index ac2ef10c61843c47c0a6425f967fdaac9a540327..ccce489c8a90062083b8156ed77c40e0abd54ac6 100644 (file)
@@ -52,7 +52,7 @@
 .\" to see what information could be imported from that file
 .\" into this file.
 .\"
-.TH PROC 5 2019-03-06 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2019-08-02 "Linux" "Linux Programmer's Manual"
 .SH NAME
 proc \- process information pseudo-filesystem
 .SH DESCRIPTION
@@ -2641,27 +2641,30 @@ 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)).
 .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 +2698,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 *