From 99a206167bd94400d129991e1ec257820eb6df00 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 21 May 2000 21:22:28 +0000 Subject: Update. 2000-05-21 Ulrich Drepper * 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 . --- manual/locale.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/locale.texi') 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 -- cgit v1.2.1