summaryrefslogtreecommitdiff
path: root/doc/posix-functions/toupper.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-09-22 21:25:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-09-22 21:26:01 -0700
commitb8c716101201c8f784c98b1fc574143a7b8d9955 (patch)
treea801ae2b59e9251f17064fbcb9026f2904da42fd /doc/posix-functions/toupper.texi
parent798e9bc8b86c1032105682771539bae4ea1e9128 (diff)
downloadgnulib-b8c716101201c8f784c98b1fc574143a7b8d9955.tar.gz
ctype, string: depend on extern-inline
This is needed to complete the recent OS X fixes. Also, fix related documentation as suggested by Eric Blake. * doc/posix-functions/isalnum.texi, doc/posix-functions/isalpha.texi: * doc/posix-functions/isascii.texi, doc/posix-functions/iscntrl.texi: * doc/posix-functions/isdigit.texi, doc/posix-functions/isgraph.texi: * doc/posix-functions/islower.texi, doc/posix-functions/isprint.texi: * doc/posix-functions/ispunct.texi, doc/posix-functions/isspace.texi: * doc/posix-functions/isupper.texi, doc/posix-functions/isxdigit.texi: * doc/posix-functions/toascii.texi, doc/posix-functions/tolower.texi: * doc/posix-functions/toupper.texi: List the 'ctype' gnulib module. * doc/posix-functions/strcat.texi, doc/posix-functions/strcpy.texi: * doc/posix-functions/strncpy.texi: List the 'string' gnulib module. * modules/memcpy, modules/memmove, modules/memset (Depends-on): Add string. * modules/ctype, modules/string (Depends-on): Add extern-inline.
Diffstat (limited to 'doc/posix-functions/toupper.texi')
-rw-r--r--doc/posix-functions/toupper.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/toupper.texi b/doc/posix-functions/toupper.texi
index 240e0cdd0b..e73f690df4 100644
--- a/doc/posix-functions/toupper.texi
+++ b/doc/posix-functions/toupper.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize