Remove redundant .IP. Remove use of .Xo/Xc to workaround ancient macro
argument limit.
This commit is contained in:
parent
bfe775a869
commit
a7d7c3857f
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: tzset.3,v 1.22 2003/04/16 13:34:58 wiz Exp $
|
||||
.\" $NetBSD: tzset.3,v 1.23 2009/03/10 23:25:32 joerg Exp $
|
||||
.Dd April 1, 2001
|
||||
.Dt TZSET 3
|
||||
.Os
|
||||
|
@ -151,7 +151,6 @@ Each
|
|||
.Cm time
|
||||
field describes when, in current local time, the change to the other
|
||||
time is made.
|
||||
.IP
|
||||
The format of
|
||||
.Fa date
|
||||
is one of the following:
|
||||
|
@ -172,9 +171,7 @@ The zero-based Julian day (0\ \*[Le]
|
|||
Leap days are counted, and it is possible to refer to
|
||||
February 29.
|
||||
.Sm off
|
||||
.It Xo Cm M Ns Ar m
|
||||
.No . Ar n No . Ar d
|
||||
.Xc
|
||||
.It Cm M Ns Ar m No . Ar n No . Ar d
|
||||
.Sm on
|
||||
The
|
||||
.Ar d Ns 'th
|
||||
|
|
Loading…
Reference in New Issue