aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab/crontab.5
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/crontab/crontab.5')
-rw-r--r--usr.sbin/cron/crontab/crontab.52
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5
index 458175e7a48d..9be37df264e5 100644
--- a/usr.sbin/cron/crontab/crontab.5
+++ b/usr.sbin/cron/crontab/crontab.5
@@ -232,6 +232,8 @@ string meaning
@daily Run once a day, "0 0 * * *".
@midnight (same as @daily)
@hourly Run once an hour, "0 * * * *".
+@every_minute Run once a minute, "*/1 * * * *".
+@every_second Run once a second.
.Ed
.Sh EXAMPLE CRON FILE
.Bd -literal