From 15030a87a6382f600f76bb47e6096e88c0e5cdfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Wed, 23 Jan 2013 12:45:59 +0100 Subject: [PATCH] ps.1: fix --group description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ps/ps.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)).