X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fuserspec;h=95da75d5a42e8e097f76da1bf0986cdbaf8d2574;hb=6f730e7ae5225bf9eb36554d94805b97a72784bd;hp=c76990e3cf8c2abccdf71597b05778b0a807f0c0;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/userspec b/modules/userspec index c76990e3c..95da75d5a 100644 --- a/modules/userspec +++ b/modules/userspec @@ -1,23 +1,32 @@ 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/inttostr.h 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 Makefile.am: -lib_SOURCES += userspec.c Include: +"userspec.h" +License: +GPL + +Maintainer: +Jim Meyering