Note the equivalence of certain time formats.

This commit is contained in:
Garrett Wollman 2001-07-19 15:52:02 +00:00
parent 74396a0a26
commit 9fb54cb322

View File

@ -242,17 +242,24 @@ Some examples:
.Bl -tag -width Ds -compact -offset indent .Bl -tag -width Ds -compact -offset indent
.It Ar $D0 .It Ar $D0
rotate every night at midnight rotate every night at midnight
(same as
.Ar @T00 )
.It Ar $D23 .It Ar $D23
rotate every day at 23:00 hr rotate every day at 23:00 hr
(same as
.Ar @T23 )
.It Ar $W0D23 .It Ar $W0D23
rotate every week on Sunday at 23:00 hr rotate every week on Sunday at 23:00 hr
.It Ar $W5D16 .It Ar $W5D16
rotate every week on Friday at 16:00 hr rotate every week on Friday at 16:00 hr
.It Ar $M1D0 .It Ar $M1D0
rotate at the first day of every month at midnight rotate at the first day of every month at midnight
(i.e., the start of the day) (i.e., the start of the day; same as
.Ar @01T00 )
.It Ar $M5D6 .It Ar $M5D6
rotate on every 5th day of month at 6:00 hr rotate on every 5th day of month at 6:00 hr
(same as
.Ar @05T06 )
.El .El
.Pp .Pp
.It Ar flags .It Ar flags