From 158fab2b80a1a9ed39a30c45a9f3338f79aa65b6 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 18 Oct 2003 01:43:55 +0000 Subject: [PATCH] * posix.texi (Time): Correction to strftime glibc cross reference node, now "Formatting Calendar Time". --- doc/ref/posix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 1eb29f47d..41215f438 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -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))) -- 2.20.1