X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fuserspec;h=e528e69d96b7c79f89e181f3eb2a4be4116c4c82;hb=cdf12ee48247d39e7b1fd40289b78741aa4d4df1;hp=4ad374618c721876f22cf9a99a3ac3feb2f3e3e2;hpb=992fc21fb8cf509e83189873d80286cc502e7c8a;p=gnulib.git diff --git a/modules/userspec b/modules/userspec index 4ad374618..e528e69d9 100644 --- a/modules/userspec +++ b/modules/userspec @@ -1,18 +1,20 @@ Description: -Parse a specifying a user and/or group (e.g. as first argument of chown -utility). +Parse a `user:group' specifier (e.g. the first argument of chown utility). Files: lib/userspec.c +lib/userspec.h m4/userspec.m4 Depends-on: -alloca posixver xalloc xstrtol strdup -gettext +gettext-h +intprops +inttostr +stdbool configure.ac: gl_USERSPEC @@ -21,7 +23,10 @@ Makefile.am: lib_SOURCES += userspec.c Include: +"userspec.h" + +License: +GPL Maintainer: Jim Meyering -