From 9fb54cb3228aedee5ff3fbd6a4dae714f78a4199 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 19 Jul 2001 15:52:02 +0000 Subject: [PATCH] Note the equivalence of certain time formats. --- usr.sbin/newsyslog/newsyslog.8 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index 0e96695dbb9..eec5d3816fd 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -242,17 +242,24 @@ Some examples: .Bl -tag -width Ds -compact -offset indent .It Ar $D0 rotate every night at midnight +(same as +.Ar @T00 ) .It Ar $D23 rotate every day at 23:00 hr +(same as +.Ar @T23 ) .It Ar $W0D23 rotate every week on Sunday at 23:00 hr .It Ar $W5D16 rotate every week on Friday at 16:00 hr .It Ar $M1D0 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 rotate on every 5th day of month at 6:00 hr +(same as +.Ar @05T06 ) .El .Pp .It Ar flags