Improve documentation.
[gnulib.git] / modules / strptime
index aecfd36..74570f5 100644 (file)
@@ -1,15 +1,19 @@
 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
@@ -17,11 +21,10 @@ gl_FUNC_STRPTIME
 Makefile.am:
 
 Include:
-"strptime.h"
+<time.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 glibc
-