Accept `.' as a separator only in pre-POSIX-200112 mode.
[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 posixver
12 xalloc
13 xstrtol
14 strdup
15 gettext
16
17 configure.ac:
18 gl_USERSPEC
19
20 Makefile.am:
21 lib_SOURCES += userspec.c
22
23 Include:
24
25 Maintainer:
26 Jim Meyering
27