From: Eric Blake Date: Wed, 6 Jan 2010 03:23:07 +0000 (-0700) Subject: strcase: document what it provides X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b8f4f5e1c1fd8687f4eeda7055aa89e30f65a5;p=pspp 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 . Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 2857d3d814..833c872d99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-01-05 Eric Blake + + 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 . + 2010-01-05 Jim Meyering 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: