From: Andreas Bießmann Date: Wed, 23 Jan 2013 11:45:59 +0000 (+0100) Subject: ps.1: fix --group description X-Git-Tag: v3.3.7~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15030a87a6382f600f76bb47e6096e88c0e5cdfc;p=procps-ng ps.1: fix --group description The --group switch tells about parameter 'grplist' but detailed description names it 'grouplist'. This patch changes 'grouplist' to 'grplist'. Signed-off-by: Andreas Bießmann Signed-off-by: Craig Small --- diff --git a/ps/ps.1 b/ps/ps.1 index 4c25da99..0c6c91db 100644 --- a/ps/ps.1 +++ b/ps/ps.1 @@ -269,7 +269,7 @@ Select by real group ID (RGID) or name. Identical to .BI \-\-group \ grplist Select by effective group ID (EGID) or name. This selects the processes whose effective group name or ID is in -.IR grouplist . +.IR grplist . The effective group ID describes the group whose file access permissions are used by the process (see .IR getegid (2)).