summaryrefslogtreecommitdiff
path: root/manual/top-menu.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-01 10:41:59 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-01 10:41:59 +0000
commit85c165befc61d049abe3cc443c275a210c569338 (patch)
treef89be618e011f7164d61455e330313b01325efc0 /manual/top-menu.texi
parent6a805a0b401e2ffbdc55404d8b741fd94d0f4deb (diff)
Update.
1998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com> * manual/locale.texi: Almost compelte rewrite. Document more functions and functionality. * manual/arith.texi: Correct reference. * manual/string.texi: Pretty printing. * manual/texinfo.tex: Update from last available version. 1998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com> * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for invalid password. (_nss_nis_getpwuid_r): Likewise. Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>. * inet/rcmd.c: Implement netgroup support. Patch by Dick Streefland <dick_streefland@tasking.com>.
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.