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.
.\"
.\" 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
.Dt STRFTIME 3
@ -95,7 +95,7 @@ as a decimal number [00,99].
.It Cm \&%c
is replaced by the locale's appropriate date and time representation.
.It Cm \&%D
is replaced by the date in the format
is replaced by the date in the format
.Dq Li %m/%d/%y .
.It Cm \&%d
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
is replaced by a newline.
.It Cm %p
is replaced by the locale's equivalent of either
is replaced by the locale's equivalent of either
.Dq Tn AM
or
.Dq Tn PM .
@ -143,7 +143,7 @@ or
is replaced by the time in the format
.Dq Li %H:%M .
.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.
.It Cm \&%T
is replaced by the time in the format
@ -209,13 +209,13 @@ The
.Ql \&%G ,
.Ql \&%h ,
.Ql \&%k ,
.Ql \&%l ,
.Ql \&%l ,
.Ql \&%n ,
.Ql \&%r ,
.Ql \&%R ,
.Ql \&%s .
.Ql \&%t ,
.Ql \&%T ,
.Ql \&%s ,
.Ql \&%t ,
.Ql \&%T ,
.Ql \&%u ,
and
.Ql \&%V