X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fuserspec;h=e528e69d96b7c79f89e181f3eb2a4be4116c4c82;hb=e2de8c10bd15a92eff786f8f51d0a322fbc402ee;hp=293ce2006708005e2af93b5bea0dd4ae0d04ed3a;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/userspec b/modules/userspec index 293ce2006..e528e69d9 100644 --- a/modules/userspec +++ b/modules/userspec @@ -1,15 +1,20 @@ Description: +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 @@ -18,4 +23,10 @@ Makefile.am: lib_SOURCES += userspec.c Include: +"userspec.h" +License: +GPL + +Maintainer: +Jim Meyering