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