doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / strftime
index 8b8d60c..451e565 100644 (file)
@@ -1,18 +1,28 @@
 Description:
+nstrftime() function: convert date and time to string, with GNU extensions.
 
 Files:
+lib/strftime.h
 lib/strftime.c
 m4/tm_gmtoff.m4
 m4/strftime.m4
 
 Depends-on:
+extensions
+stdbool
+time_r
 
 configure.ac:
-jm_FUNC_GNU_STRFTIME
+gl_FUNC_GNU_STRFTIME
 
 Makefile.am:
 lib_SOURCES += strftime.c
 
 Include:
-<time.h>
+"strftime.h"
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, glibc