doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / gettime
index 23403c2..e1efe76 100644 (file)
@@ -1,13 +1,16 @@
 Description:
+Return current time, with nanosecond resolution.
 
 Files:
 lib/gettime.c
-m4/clock_time.m4
 m4/gettime.m4
 
 Depends-on:
+clock-time
 gettimeofday
+sys_time
 timespec
+extensions
 
 configure.ac:
 gl_GETTIME
@@ -16,4 +19,13 @@ Makefile.am:
 lib_SOURCES += gettime.c
 
 Include:
+"timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering