Add a Maintainer.
[gnulib.git] / modules / userspec
1 Description:
2 Parse a specifying a user and/or group (e.g. as first argument of chown
3 utility).
4
5 Files:
6 lib/userspec.c
7 m4/userspec.m4
8
9 Depends-on:
10 alloca
11 xalloc
12 xstrtol
13 strdup
14 gettext
15
16 configure.ac:
17 gl_USERSPEC
18
19 Makefile.am:
20 lib_SOURCES += userspec.c
21
22 Include:
23
24 Maintainer:
25 Jim Meyering
26