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 2857d3d814f2d556bfee54e762dbb1d93a68013b..833c872d994c5b356731f161cffd1e87a84e79af 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 a4b87d475f4106333a4e6388c007c217ae45129f..f5d5edd474b8702fa40ed93c54a77f5c98883dab 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 afb068957caf91f471313411fb113ae6a6a8045a..5d894b65352048e0d19de2e6f1f7a48273cf256c 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: