doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / modechange
index ebf4e50..b5b86a4 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Manipulation of mode changes specified by strings (e.g. as first argument of
+chmod utility).
 
 Files:
 lib/modechange.h
@@ -6,14 +8,23 @@ lib/modechange.c
 m4/modechange.m4
 
 Depends-on:
-xstrtol
+stat
+stat-macros
+stdbool
+sys_stat
+xalloc
 
 configure.ac:
 gl_MODECHANGE
 
 Makefile.am:
-lib_SOURCES += modechange.h modechange.c
+lib_SOURCES += modechange.c
 
 Include:
 "modechange.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering