From: Eric Blake <ebb9@byu.net>
Date: Wed, 6 Jan 2010 03:23:07 +0000 (-0700)
Subject: strcase: document what it provides
X-Git-Tag: v0.1~4908
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f8b8f4f5e1c1fd8687f4eeda7055aa89e30f65a5;p=gnulib.git

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>.

Signed-off-by: Eric Blake <ebb9@byu.net>
---

diff --git a/ChangeLog b/ChangeLog
index 2857d3d814..833c872d99 100644
--- 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"
diff --git a/doc/posix-functions/strcasecmp.texi b/doc/posix-functions/strcasecmp.texi
index a4b87d475f..f5d5edd474 100644
--- a/doc/posix-functions/strcasecmp.texi
+++ b/doc/posix-functions/strcasecmp.texi
@@ -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:
diff --git a/doc/posix-functions/strncasecmp.texi b/doc/posix-functions/strncasecmp.texi
index afb068957c..5d894b6535 100644
--- a/doc/posix-functions/strncasecmp.texi
+++ b/doc/posix-functions/strncasecmp.texi
@@ -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: