strcase: document what it provides
authorEric Blake <ebb9@byu.net>
Wed, 6 Jan 2010 03:23:07 +0000 (20:23 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 6 Jan 2010 03:23:07 +0000 (20:23 -0700)
* doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
gnulib module.
* doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/posix-functions/strcasecmp.texi
doc/posix-functions/strncasecmp.texi

index 2857d3d..833c872 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-05  Eric Blake  <ebb9@byu.net>
+
+       strcase: document what it provides
+       * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
+       gnulib module.
+       * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
+       Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
+
 2010-01-05  Jim Meyering  <meyering@redhat.com>
 
        maint: remove useless inclusions of "xalloc.h"
index a4b87d4..f5d5edd 100644 (file)
@@ -4,10 +4,12 @@
 
 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html}
 
-Gnulib module: ---
+Gnulib module: strcase
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing on some platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index afb0689..5d894b6 100644 (file)
@@ -4,10 +4,12 @@
 
 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html}
 
-Gnulib module: ---
+Gnulib module: strcase
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing on some platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib: