missing @item inside @itemize
[gnulib.git] / modules / strptime
index aecfd36..667d552 100644 (file)
@@ -1,27 +1,31 @@
 Description:
-convert a string representation of time to a time tm structure
+Convert a string representation of time to a tm structure.
 
 Files:
 lib/strptime.c
-lib/strptime.h
 m4/strptime.m4
+m4/tm_gmtoff.m4
 
 Depends-on:
+extensions
 sys_time
 string
 strcase
+stdbool
+time
+time_r
 
 configure.ac:
 gl_FUNC_STRPTIME
+gl_TIME_MODULE_INDICATOR([strptime])
 
 Makefile.am:
 
 Include:
-"strptime.h"
+<time.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 glibc
-