From e46256a48cf3ee082ac848799d5ae7c822b3047b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=E7ois?= Date: Mon, 28 Sep 2009 11:11:11 +0200 Subject: [PATCH] strftime.3: Fix error in description: s/Monday/Thursday/ Signed-off-by: Michael Kerrisk --- man3/strftime.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/strftime.3 b/man3/strftime.3 index e759faeb1..8dfe58c67 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -32,7 +32,7 @@ .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and .\" 'width' components of conversion specifications. .\" -.TH STRFTIME 3 2009-02-24 "GNU" "Linux Programmer's Manual" +.TH STRFTIME 3 2009-09-28 "GNU" "Linux Programmer's Manual" .SH NAME strftime \- format date and time .SH SYNOPSIS @@ -366,7 +366,7 @@ For example, 1 January 2010 is a Friday, meaning that just three days of that calendar week fall in 2010. Thus, the ISO\ 8601 week-based system considers these days to be part of week 53 (\fB%V\fP) of the year 2009 (\fB%G\fP) ; -week 01 of ISO\ 8601 year 2010 starts on Thursday, 4 January 2010. +week 01 of ISO\ 8601 year 2010 starts on Monday, 4 January 2010. .SS Glibc Notes Glibc provides some extensions for conversion specifications. (These extensions are not specified in POSIX.1-2001, but a few other