OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man5 / proc.5
index 7c5ca4e..6abdd8c 100644 (file)
@@ -58,7 +58,7 @@
 .\" to see what information could be imported from that file
 .\" into this file.
 .\"
-.TH PROC 5 2010-10-30 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2011-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 proc \- process information pseudo-file system
 .SH DESCRIPTION
@@ -949,6 +949,9 @@ Thread group ID (i.e., Process ID).
 Thread ID (see
 .BR gettid (2)).
 .IP *
+.IR PPid :
+PID of parent process.
+.IP *
 .IR TracerPid :
 PID of process tracing this process (0 if not being traced).
 .IP *
@@ -989,6 +992,17 @@ Page table entries size (since Linux 2.6.10).
 .IR Threads :
 Number of threads in process containing this thread.
 .IP *
+.IR SigQ :
+This field contains two slash-separated numbers that relate to
+queued signals for the real user ID of this process.
+The first of these is the number of currently queued
+signals for this real user ID, and the second is the
+resource limit on the number of queued signals for this process
+(see the description of
+.BR RLIMIT_SIGPENDING
+in
+.BR getrlimit (2)).
+.IP *
 .IR SigPnd ", " ShdPnd :
 Number of signals pending for thread and for process as a whole (see
 .BR pthreads (7)
@@ -1126,7 +1140,7 @@ are the same as those provided by :
 .in +4n
 .nf
 
-cat /lib/modules/$(uname -r)/build/.config
+cat /lib/modules/$(uname \-r)/build/.config
 .fi
 .in
 .IP