doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / hash
index 75a99da..42502e7 100644 (file)
@@ -1,27 +1,26 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
 lib/hash.c
 lib/hash.h
-m4/hash.m4
 
 Depends-on:
 bitrotate
 stdbool
 stdint
-xalloc
+xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering