diff options
| -rw-r--r-- | usr.sbin/newsyslog/newsyslog.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index a9798c703c6c..0e96695dbb97 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -248,8 +248,9 @@ rotate every day at 23:00 hr rotate every week on Sunday at 23:00 hr .It Ar $W5D16 rotate every week on Friday at 16:00 hr -.It Ar $MLD0 -rotate at the last day of every month at midnight +.It Ar $M1D0 +rotate at the first day of every month at midnight +(i.e., the start of the day) .It Ar $M5D6 rotate on every 5th day of month at 6:00 hr .El |
