From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doc strftime libc cross reference Date: Sat, 18 Oct 2003 11:45:02 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <8765in48v5.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1066441605 8398 80.91.224.253 (18 Oct 2003 01:46:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2003 01:46:45 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Oct 18 03:46:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAgB1-0001DP-00 for ; Sat, 18 Oct 2003 03:46:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAgAh-0005BG-GG for guile-devel@m.gmane.org; Fri, 17 Oct 2003 21:46:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAgA6-00050T-6p for guile-devel@gnu.org; Fri, 17 Oct 2003 21:45:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAg9Z-0004tM-Pc for guile-devel@gnu.org; Fri, 17 Oct 2003 21:45:44 -0400 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAg9Y-0004su-Qh for guile-devel@gnu.org; Fri, 17 Oct 2003 21:45:13 -0400 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id h9I1jBUC014096 for ; Sat, 18 Oct 2003 11:45:11 +1000 Original-Received: from localhost (ppp60.dyn228.pacific.net.au [203.143.228.60]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id h9I1f7st028657 for ; Sat, 18 Oct 2003 11:41:08 +1000 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1AAg9P-0001ti-00; Sat, 18 Oct 2003 11:45:03 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2903 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2903 --=-=-= FYI, * posix.texi (Time): Correction to strftime glibc cross reference node, now "Formatting Calendar Time". --=-=-= Content-Disposition: attachment; filename=posix.texi.strftime-ref.diff --- posix.texi.~1.29.~ 1970-01-01 10:00:01.000000000 +1000 +++ posix.texi 2003-10-16 10:38:05.000000000 +1000 @@ -1123,7 +1123,7 @@ 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))) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--