* posix.texi (Time): Correction to strftime glibc cross reference
authorKevin Ryde <user42@zip.com.au>
Sat, 18 Oct 2003 01:43:55 +0000 (01:43 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 18 Oct 2003 01:43:55 +0000 (01:43 +0000)
node, now "Formatting Calendar Time".

doc/ref/posix.texi

index 1eb29f4..41215f4 100644 (file)
@@ -1123,7 +1123,7 @@ or @code{gmtime}.  @var{template} is a string which can include formatting
 specifications introduced by a @samp{%} character.  The formatting of
 month and day names is dependent on the current locale.  The value returned
 is the formatted string.
-@xref{Formatting Date and Time, , , libc, The GNU C Library Reference Manual}.
+@xref{Formatting Calendar Time, , , libc, The GNU C Library Reference Manual}.
 
 @lisp
 (strftime "%c" (localtime (current-time)))