# HG changeset patch # User Jim Meyering # Date 976971684 0 # Node ID 2dbeeb57e0423b6fb4fbb79748e9ccdaf11a399d # Parent 513e6381121c40d7f73d8cb6ab22696386f16c33 tweak a comment diff --git a/lib/userspec.c b/lib/userspec.c --- a/lib/userspec.c +++ b/lib/userspec.c @@ -163,8 +163,8 @@ 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