From f8b8f4f5e1c1fd8687f4eeda7055aa89e30f65a5 Mon Sep 17 00:00:00 2001
From: Eric Blake <ebb9@byu.net>
Date: Tue, 5 Jan 2010 20:23:07 -0700
Subject: [PATCH] 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>
---
 ChangeLog                            | 8 ++++++++
 doc/posix-functions/strcasecmp.texi  | 4 +++-
 doc/posix-functions/strncasecmp.texi | 4 +++-
 3 files changed, 14 insertions(+), 2 deletions(-)

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:
-- 
2.30.2