strftime.3: Fix error in description: s/Monday/Thursday/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-28 11:11:11 +02:00 committed by Michael Kerrisk
parent 71a8ab18b9
commit e46256a48c
1 changed files with 2 additions and 2 deletions

View File

@ -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