summaryrefslogtreecommitdiff
path: root/manual/top-menu.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/top-menu.texi')
-rw-r--r--manual/top-menu.texi11
1 files changed, 8 insertions, 3 deletions
diff --git a/manual/top-menu.texi b/manual/top-menu.texi
index fa94127260..dacb1a937d 100644
--- a/manual/top-menu.texi
+++ b/manual/top-menu.texi
@@ -227,10 +227,15 @@ Locales
* Setting the Locale:: How a program specifies the locale
with library functions.
* Standard Locales:: Locale names available on all systems.
-* Numeric Formatting:: How to format numbers according to the
- chosen locale.
+* Locale Information:: How to access the information for the locale.
+* Formatting Numbers:: A dedicated functions to format numbers.
-Numeric Formatting
+Locale Information
+
+* The Lame Way to Locale Data:: ISO C's @code{localeconv}.
+* The Elegant and Fast Way:: X/Open's @code{nl_langinfo}.
+
+The Lame Way to Locale Data
* General Numeric:: Parameters for formatting numbers and
currency amounts.