missing @item inside @itemize
[gnulib.git] / modules / strchrnul
index 4f451a5..8ae3ea6 100644 (file)
@@ -1,24 +1,28 @@
 Description:
-strchrnul(): Find the first occurrence of C in S or the final NUL byte.
+strchrnul() function: Find the first occurrence of C in S or the final NUL
+byte.
 
 Files:
-lib/strchrnul.h
 lib/strchrnul.c
+lib/strchrnul.valgrind
 m4/strchrnul.m4
 
 Depends-on:
+extensions
+string
+rawmemchr
 
 configure.ac:
 gl_FUNC_STRCHRNUL
+gl_STRING_MODULE_INDICATOR([strchrnul])
 
 Makefile.am:
-EXTRA_DIST += strchrnul.h strchrnul.c
 
 Include:
-"strchrnul.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-FSF
+Eric Blake, glibc