From: Jim Meyering Date: Mon, 3 Nov 2003 15:02:32 +0000 (+0000) Subject: (lib_SOURCES): Add userspec.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=decbaff27014491963d27437ca06426f55260f2f;p=pspp (lib_SOURCES): Add userspec.h. (Include): Add "userspec.h". Improve description. --- diff --git a/modules/userspec b/modules/userspec index 4ad374618c..ecd2d8d8cd 100644 --- a/modules/userspec +++ b/modules/userspec @@ -1,6 +1,5 @@ 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 @@ -18,10 +17,10 @@ configure.ac: gl_USERSPEC Makefile.am: -lib_SOURCES += userspec.c +lib_SOURCES += userspec.c userspec.h Include: +"userspec.h" Maintainer: Jim Meyering -