summaryrefslogtreecommitdiff
path: root/doc/c-locale.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/c-locale.texi')
-rw-r--r--doc/c-locale.texi18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/c-locale.texi b/doc/c-locale.texi
index 63d11384bd..b9f6274873 100644
--- a/doc/c-locale.texi
+++ b/doc/c-locale.texi
@@ -1,5 +1,5 @@
@node String Functions in C Locale
-@section Character and String Functions in C Locale
+@subsection Character and String Functions in C Locale
The functions in this section are similar to the generic string functions
from the standard C library, except that
@@ -12,6 +12,8 @@ They are specially optimized for the case where all characters are plain
ASCII characters.
@end itemize
+The functions are provided by the following modules.
+
@menu
* c-ctype::
* c-strcase::
@@ -23,29 +25,29 @@ ASCII characters.
@end menu
@node c-ctype
-@subsection c-ctype
+@subsubsection c-ctype
@include c-ctype.texi
@node c-strcase
-@subsection c-strcase
+@subsubsection c-strcase
@include c-strcase.texi
@node c-strcaseeq
-@subsection c-strcaseeq
+@subsubsection c-strcaseeq
@include c-strcaseeq.texi
@node c-strcasestr
-@subsection c-strcasestr
+@subsubsection c-strcasestr
@include c-strcasestr.texi
@node c-strstr
-@subsection c-strstr
+@subsubsection c-strstr
@include c-strstr.texi
@node c-strtod
-@subsection c-strtod
+@subsubsection c-strtod
@include c-strtod.texi
@node c-strtold
-@subsection c-strtold
+@subsubsection c-strtold
@include c-strtold.texi