diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/coreutils.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 10e4109d7..2867798b0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-26 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (groups invocation): "groups" no longer prefixes + the output with "user :" unless more than one user is specified. + 2006-09-19 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (cp invocation): Say that -i and -f are diff --git a/doc/coreutils.texi b/doc/coreutils.texi index bcc336f60..3a180f669 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11973,7 +11973,8 @@ options}. @command{groups} prints the names of the primary and any supplementary groups for each given @var{username}, or the current process if no names -are given. If names are given, the name of each user is printed before +are given. If more than one name is given, the name of each user is +printed before the list of that user's groups. Synopsis: @example |