From 9184323a59077431fc350a410fcc8e0ca74dd04b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 4 Dec 2016 20:40:01 +0100 Subject: [PATCH] docs: various pages: Use "ID" not "id" in man pages 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 --- misc-utils/kill.1 | 2 +- sys-utils/mount.8 | 4 ++-- sys-utils/prlimit.1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc-utils/kill.1 b/misc-utils/kill.1 index 682c99072..c8363554e 100644 --- a/misc-utils/kill.1 +++ b/misc-utils/kill.1 @@ -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 diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 5623397dd..5927963db 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -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 diff --git a/sys-utils/prlimit.1 b/sys-utils/prlimit.1 index 07de90fbb..0fae5e34b 100644 --- a/sys-utils/prlimit.1 +++ b/sys-utils/prlimit.1 @@ -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,