summaryrefslogtreecommitdiff
path: root/lib/userspec.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-16 13:01:24 +0000
committerJim Meyering <jim@meyering.net>2000-12-16 13:01:24 +0000
commit20cc6a099bc16999bd8e0062e21ebbe250e87aa4 (patch)
tree427e82482f662deaf34eb80afaad96fadd0868ae /lib/userspec.c
parent495bb8940608617147bcfd9195fcd3a301244370 (diff)
downloadgnulib-20cc6a099bc16999bd8e0062e21ebbe250e87aa4.tar.gz
tweak a comment
Diffstat (limited to 'lib/userspec.c')
-rw-r--r--lib/userspec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/userspec.c b/lib/userspec.c
index 27b687d43e..3b69d7395a 100644
--- a/lib/userspec.c
+++ b/lib/userspec.c
@@ -163,8 +163,8 @@ is_number (const char *str)
use the given user's login group.
If SPEC_ARG contains a `:', then use that as the separator, ignoring
any `.'s. If there is no `:', but there is a `.', then first look
- up SPEC_ARG as a login name. If that look-up fails, then try again
- interpreting the `.' as a separator.
+ up the entire SPEC_ARG as a login name. If that look-up fails, then
+ try again interpreting the `.' as a separator.
USERNAME and GROUPNAME will be in newly malloc'd memory.
Either one might be NULL instead, indicating that it was not