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 <andreas@biessmann.de>
Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
Andreas Bießmann 2013-01-23 12:45:59 +01:00 committed by Craig Small
parent 3fc8b69c7a
commit 15030a87a6

View File

@ -269,7 +269,7 @@ Select by real group ID (RGID) or name. Identical to
.BI \-\-group \ grplist .BI \-\-group \ grplist
Select by effective group ID (EGID) or name. This selects the processes Select by effective group ID (EGID) or name. This selects the processes
whose effective group name or ID is in whose effective group name or ID is in
.IR grouplist . .IR grplist .
The effective group ID describes the group whose file access permissions are The effective group ID describes the group whose file access permissions are
used by the process (see used by the process (see
.IR getegid (2)). .IR getegid (2)).