# HG changeset patch # User Bruno Haible # Date 1219659765 -7200 # Node ID ae4cf624bf35cc46a09ef72ce07c58237bf484ea # Parent 224235ce930fc9b71f668f50126b0dc40d4c333f Fix description of strftime module. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/doc/posix-functions/strftime.texi +++ b/doc/posix-functions/strftime.texi @@ -19,4 +19,4 @@ @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.