]> granicus.if.org Git - procps-ng/commitdiff
ps.1: fix --group description
authorAndreas Bießmann <andreas@biessmann.de>
Wed, 23 Jan 2013 11:45:59 +0000 (12:45 +0100)
committerCraig Small <csmall@enc.com.au>
Thu, 24 Jan 2013 10:33:24 +0000 (21:33 +1100)
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 <andreas@biessmann.de>
Signed-off-by: Craig Small <csmall@enc.com.au>
ps/ps.1

diff --git a/ps/ps.1 b/ps/ps.1
index 4c25da9913d28cc8ddfd2732295e01da17cfa611..0c6c91dbab4d4b14d020b8a43be5a866a8633821 100644 (file)
--- 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)).