Fix format typo, and whitespace.

This commit is contained in:
wiz 2001-04-02 20:48:38 +00:00
parent 368e8f931a
commit 3a3aafcf17
1 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
.\" $NetBSD: strftime.3,v 1.8 2001/03/29 19:06:39 kleink Exp $ .\" $NetBSD: strftime.3,v 1.9 2001/04/02 20:48:38 wiz Exp $
.\" .\"
.Dd June 29, 1991 .Dd June 29, 1991
.Dt STRFTIME 3 .Dt STRFTIME 3
@ -95,7 +95,7 @@ as a decimal number [00,99].
.It Cm \&%c .It Cm \&%c
is replaced by the locale's appropriate date and time representation. is replaced by the locale's appropriate date and time representation.
.It Cm \&%D .It Cm \&%D
is replaced by the date in the format is replaced by the date in the format
.Dq Li %m/%d/%y . .Dq Li %m/%d/%y .
.It Cm \&%d .It Cm \&%d
is replaced by the day of the month as a decimal number [01,31]. is replaced by the day of the month as a decimal number [01,31].
@ -135,7 +135,7 @@ is replaced by the month as a decimal number [01,12].
.It Cm %n .It Cm %n
is replaced by a newline. is replaced by a newline.
.It Cm %p .It Cm %p
is replaced by the locale's equivalent of either is replaced by the locale's equivalent of either
.Dq Tn AM .Dq Tn AM
or or
.Dq Tn PM . .Dq Tn PM .
@ -143,7 +143,7 @@ or
is replaced by the time in the format is replaced by the time in the format
.Dq Li %H:%M . .Dq Li %H:%M .
.It Cm \&%r .It Cm \&%r
is replaced by the locale's representation of 12-hour clock time is replaced by the locale's representation of 12-hour clock time
using AM/PM notation. using AM/PM notation.
.It Cm \&%T .It Cm \&%T
is replaced by the time in the format is replaced by the time in the format
@ -209,13 +209,13 @@ The
.Ql \&%G , .Ql \&%G ,
.Ql \&%h , .Ql \&%h ,
.Ql \&%k , .Ql \&%k ,
.Ql \&%l , .Ql \&%l ,
.Ql \&%n , .Ql \&%n ,
.Ql \&%r , .Ql \&%r ,
.Ql \&%R , .Ql \&%R ,
.Ql \&%s . .Ql \&%s ,
.Ql \&%t , .Ql \&%t ,
.Ql \&%T , .Ql \&%T ,
.Ql \&%u , .Ql \&%u ,
and and
.Ql \&%V .Ql \&%V