]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: various pages: Use "PID" not "pid" in man-pages
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 4 Dec 2016 19:44:04 +0000 (20:44 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 9 Dec 2016 12:45:09 +0000 (13:45 +0100)
Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
misc-utils/kill.1
sys-utils/unshare.1

index c8363554e425bde8e8f4ec327d7418371d5e62ce..8cc31cd5e37f559c6b98eaaaeaa4bfc2541a682f 100644 (file)
@@ -43,7 +43,7 @@ options, and the possibility to specify processes by command name, are local ext
 If \fIsignal\fR is 0, then no actual signal is sent, but error checking is still performed.
 
 .SH ARGUMENTS
-The list of processes to be signaled can be a mixture of names and pids.
+The list of processes to be signaled can be a mixture of names and PIDs.
 .TP
 .I pid
 Each
@@ -54,7 +54,7 @@ can be one of four things:
 .I n
 where
 .I n
-is larger than 0.  The process with pid
+is larger than 0.  The process with PID
 .I n
 is signaled.
 .TP
@@ -62,7 +62,7 @@ is signaled.
 All processes in the current process group are signaled.
 .TP
 .B -1
-All processes with a pid larger than 1 are signaled.
+All processes with a PID larger than 1 are signaled.
 .TP
 .BI - n
 where
@@ -93,15 +93,15 @@ Similar to \fB\-l\fR, but it will print signal names and their corresponding
 numbers.
 .TP
 \fB\-a\fR, \fB\-\-all\fR
-Do not restrict the command-name-to-pid conversion to processes with the same
+Do not restrict the command-name-to-PID conversion to processes with the same
 uid as the present process.
 .TP
 \fB\-p\fR, \fB\-\-pid\fR
-Only print the process ID (pid) of the named processes, do not send any
+Only print the process ID (PID) of the named processes, do not send any
 signals.
 .TP
 \fB\-\-verbose\fR
-Print pid(s) that will be signaled with kill along with the signal.
+Print PID(s) that will be signaled with kill along with the signal.
 .TP
 \fB\-q\fR, \fB\-\-queue\fR \fIvalue\fR
 Use
index 9479f597c98125ed6124bc5d507fa2ede18893ca..ee58c7d631f744e26f10ab29cc4dfad579a7a887 100644 (file)
@@ -70,7 +70,7 @@ and the discussion of the
 flag in
 .BR clone (2).
 .TP
-.BR "pid namespace"
+.BR "PID namespace"
 Children will have a distinct set of PID-to-process mappings from their parent.
 For further details, see
 .BR pid_namespaces (7)