]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: various pages: Use "ID" not "id" in man pages
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 4 Dec 2016 19:40:01 +0000 (20:40 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 9 Dec 2016 12:45:09 +0000 (13:45 +0100)
The correct abbreviation of identifier is is "ID" (as used in
many pages), not "id" (as used in a few pages).

Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
misc-utils/kill.1
sys-utils/mount.8
sys-utils/prlimit.1

index 682c99072a37ac4509571a0d637efe9c244bc8db..c8363554e425bde8e8f4ec327d7418371d5e62ce 100644 (file)
@@ -97,7 +97,7 @@ 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
index 5623397ddbca006ef4e5a39ca0e153bd9d746763..5927963db63fe5c8907ad4d0d20e6afbb4ef75d3 100644 (file)
@@ -1594,10 +1594,10 @@ changed using
 .BR tune2fs (8).
 .TP
 .BR grpid | bsdgroups " and " nogrpid | sysvgroups
-These options define what group id a newly created file gets.
+These options define what group ID a newly created file gets.
 When
 .B grpid
-is set, it takes the group id of the directory in which it is created;
+is set, it takes the group ID of the directory in which it is created;
 otherwise (the default) it takes the fsgid of the current process, unless
 the directory has the set-group-ID bit set, in which case it takes the gid
 from the parent directory, and also gets the set-group-ID bit set
index 07de90fbba8bd86c5fcdff45465ab9bd1ca42ce2..0fae5e34bcb98d7e5da541246166bab05297cc4b 100644 (file)
@@ -15,7 +15,7 @@ prlimit \- get and set process resource limits
 .IR "command " [ argument ...]
 
 .SH DESCRIPTION
-Given a process id and one or more resources, \fBprlimit\fP tries to retrieve
+Given a process ID and one or more resources, \fBprlimit\fP tries to retrieve
 and/or modify the limits.
 
 When \fIcommand\fR is given,