Hey there!
Otherwise it's going to crontab(1).
Best,
Martin
Index: 67.html
===================================================================
RCS file: /cvs/www/67.html,v
retrieving revision 1.77
diff -u -p -r1.77 67.html
--- 67.html 19 May 2020 18:21:41 -0000 1.77
+++ 67.html 20 May 2020 17:13:46 -0000
@@ -86,7 +86,7 @@ to 6.7.
<li>Rewrote the <a href="https://man.openbsd.org/cron">cron(8)</a>
flag-parsing code to be getopt-like, allowing tight formations like
-ns and flag repetition. Renamed the "options" field in <a
- href="https://man.openbsd.org/crontab">crontab(5)</a> to "flags".
+ href="https://man.openbsd.org/crontab.5">crontab(5)</a> to "flags".
<li>Added <a
href="https://man.openbsd.org/man5/crontab.5">crontab(5)</a> -s flag
to the command field, indicating that only a single instance of the
Index: plus67.html
===================================================================
RCS file: /cvs/www/plus67.html,v
retrieving revision 1.2
diff -u -p -r1.2 plus67.html
--- plus67.html 6 May 2020 21:48:13 -0000 1.2
+++ plus67.html 20 May 2020 17:13:47 -0000
@@ -152,7 +152,7 @@ For changes in other releases, click bel
<!-- 2020/04/18 -->
<li>Disabled MSI for the AMD Hudson2 <a
href="https://man.openbsd.org/azalia">azalia(4)</a> HDA to fix random lock ups.
<li>Disabled access for regular users to /dev/audio* and /dev/rmidi*, creating
these devices owned by root:_sndiod.
-<li>Rewrote the <a href="https://man.openbsd.org/cron">cron(8)</a>
flag-parsing code to be getopt-like, allowing tight formations like -ns and
flag repetition. Renamed the "options" field in <a
href="https://man.openbsd.org/crontab">crontab(5)</a> to "flags".
+<li>Rewrote the <a href="https://man.openbsd.org/cron">cron(8)</a>
flag-parsing code to be getopt-like, allowing tight formations like -ns and
flag repetition. Renamed the "options" field in <a
href="https://man.openbsd.org/crontab.5">crontab(5)</a> to "flags".
<li>Fixed a panic when using <a
href="https://man.openbsd.org/pppac">pppac(4)</a> without <a
href="https://man.openbsd.org/pipex">pipex(4)</a>.
<!-- 2020/04/17 -->
<li>Fixed an incorrect test for root in drm linux compatibility code.