summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-26 19:11:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-26 19:11:25 +0000
commitb7c315cdda2d1d189232c2cd36f3b2610914e5f3 (patch)
tree46cf5c041e19fc90f8a4571ac638f20291726d2c /doc/coreutils.texi
parent412a3ca0b0e87c1be185aa344adff347a7559736 (diff)
downloadcoreutils-b7c315cdda2d1d189232c2cd36f3b2610914e5f3.tar.xz
[ChangeLog]
* NEWS: "groups user" no longer outputs "user :"; you need at least two users. "groups" now processes options like --help more compatibly. * src/groups.sh: Implement the option-processing change. Handle user and group names with special characters more robustly. Report write errors instead of exiting silently with status 1. [doc/ChangeLog] * coreutils.texi (groups invocation): "groups" no longer prefixes the output with "user :" unless more than one user is specified.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi3
1 files changed, 2 insertions, 1 deletions
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