Fix swapped description of %x and %X format specifiers
This commit is contained in:
parent
e800077389
commit
025820ea94
|
@ -34,7 +34,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
|
||||
.\" $Id: strftime.3,v 1.4 1993/12/15 20:33:00 jtc Exp $
|
||||
.\" $Id: strftime.3,v 1.5 1996/02/29 15:03:20 jtc Exp $
|
||||
.\"
|
||||
.Dd June 29, 1991
|
||||
.Dt STRFTIME 3
|
||||
|
@ -157,9 +157,9 @@ the week) as a decimal number (00-53).
|
|||
is replaced by the weekday (Sunday as the first day of the week)
|
||||
as a decimal number (0-6).
|
||||
.It Cm \&%X
|
||||
is replaced by the locale's appropriate date representation.
|
||||
.It Cm \&%x
|
||||
is replaced by the locale's appropriate time representation.
|
||||
.It Cm \&%x
|
||||
is replaced by the locale's appropriate date representation.
|
||||
.It Cm \&%Y
|
||||
is replaced by the year with century as a decimal number.
|
||||
.It Cm \&%y
|
||||
|
|
Loading…
Reference in New Issue