diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 21:22:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 21:22:28 +0000 |
commit | 99a206167bd94400d129991e1ec257820eb6df00 (patch) | |
tree | 1d6e8a4ee01fffc9c2a25d53d7cf5387d67d3dd8 /manual/locale.texi | |
parent | 371071d5735d0909a9f4d7cbe149042b440e3354 (diff) | |
download | glibc-99a206167bd94400d129991e1ec257820eb6df00.tar glibc-99a206167bd94400d129991e1ec257820eb6df00.tar.gz glibc-99a206167bd94400d129991e1ec257820eb6df00.tar.bz2 glibc-99a206167bd94400d129991e1ec257820eb6df00.zip |
Update.
2000-05-21 Ulrich Drepper <drepper@redhat.com>
* manual/memory.texi: Document memory handling functions.
* manual/time.texi: Document timespec and friends.
* manual/conf.texi: Fix references.
* manual/ctype.texi: Likewise.
* manual/errno.texi: Likewise.
* manual/intro.texi: Likewise.
* manual/locale.texi: Likewise.
* manual/sysinfo.texi: Likewise.
Patches by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'manual/locale.texi')
-rw-r--r-- | manual/locale.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/locale.texi b/manual/locale.texi index 75564d9f27..6ca057a48f 100644 --- a/manual/locale.texi +++ b/manual/locale.texi @@ -57,7 +57,7 @@ The collating sequence for the local language and character set Formatting of numbers and currency amounts (@pxref{General Numeric}). @item -Formatting of dates and times (@pxref{Formatting Date and Time}). +Formatting of dates and times (@pxref{Formatting Calendar Time}). @item What language to use for output, including error messages @@ -157,7 +157,7 @@ monetary; see @ref{General Numeric}. @comment ISO @item LC_TIME This category applies to formatting date and time values; see -@ref{Formatting Date and Time}. +@ref{Formatting Calendar Time}. @comment locale.h @comment XOPEN @@ -351,7 +351,7 @@ what information is provided by the currently selected locale. This is how the locale model is meant to work normally. As an example take the @code{strftime} function, which is meant to nicely -format date and time information (@pxref{Formatting Date and Time}). +format date and time information (@pxref{Formatting Calendar Time}). Part of the standard information contained in the @code{LC_TIME} category is the names of the months. Instead of requiring the programmer to take care of providing the translations the |