From: Bruno Haible <bruno@clisp.org>
Date: Thu, 7 Jan 2010 20:33:02 +0000 (+0100)
Subject: doc: Clarify the platforms.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6a6870c567a7476a2608f73b3a4ca8d1ffb2d6;p=pspp

doc: Clarify the platforms.
---

diff --git a/ChangeLog b/ChangeLog
index a5622985e2..18d4221d04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
+	* doc/posix-functions/strcasecmp.texi: Clarify the platforms.
+	* doc/posix-functions/strncasecmp.texi: Likewise.
+
 2010-01-07  Bruno Haible  <bruno@clisp.org>
 
 	* m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
diff --git a/doc/posix-functions/strcasecmp.texi b/doc/posix-functions/strcasecmp.texi
index f5d5edd474..342112ca77 100644
--- a/doc/posix-functions/strcasecmp.texi
+++ b/doc/posix-functions/strcasecmp.texi
@@ -9,7 +9,7 @@ Gnulib module: strcase
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on some platforms.
+This function is missing on some old platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib:
diff --git a/doc/posix-functions/strncasecmp.texi b/doc/posix-functions/strncasecmp.texi
index 5d894b6535..b46ff243b0 100644
--- a/doc/posix-functions/strncasecmp.texi
+++ b/doc/posix-functions/strncasecmp.texi
@@ -9,7 +9,7 @@ Gnulib module: strcase
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on some platforms.
+This function is missing on some old platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib: