From: Bruno Haible Date: Mon, 25 Aug 2008 10:22:45 +0000 (+0200) Subject: Fix description of strftime module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7d2071f79f8f753a2472c08ba8e7e1bb1ca455;p=pspp Fix description of strftime module. --- diff --git a/ChangeLog b/ChangeLog index ce1755cd12..708cefd283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-25 Bruno Haible + + * doc/posix-functions/strftime.texi: Fix description of strftime + module. + 2008-08-24 Bruno Haible * tests/uniwidth/test-uc_width2.c: New file. diff --git a/doc/posix-functions/strftime.texi b/doc/posix-functions/strftime.texi index 3d37150aab..46e47b4ae6 100644 --- a/doc/posix-functions/strftime.texi +++ b/doc/posix-functions/strftime.texi @@ -19,4 +19,4 @@ specifiers too, i.e., %C, %D, %h, %n, %r, %R, %t, and %T). @end itemize Extension: Gnulib offers a module @samp{strftime} that provides an -@code{strftime} function with various GNU extensions. +@code{nstrftime} function with various GNU extensions.