X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fuserspec;h=a0b1ec29fd63050ae7333802443b9eb8a7fdb79b;hb=cd3bee968885a85671cad267e142aad74076b5e2;hp=388f6465be4aca658e8ff1c04dd88db5db046bad;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/userspec b/modules/userspec index 388f6465b..a0b1ec29f 100644 --- a/modules/userspec +++ b/modules/userspec @@ -1,13 +1,13 @@ 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 @@ -17,10 +17,13 @@ configure.ac: gl_USERSPEC Makefile.am: -lib_SOURCES += userspec.c +lib_SOURCES += userspec.c userspec.h Include: +"userspec.h" + +License: +GPL Maintainer: Jim Meyering -