summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2011-11-25 17:41:12 +0000
committerwblock <wblock@FreeBSD.org>2011-11-25 17:41:12 +0000
commit8483c392336a7405581e508516b5914e80b0c095 (patch)
tree88b848a86976207d8852ad8e1d64f83c17185fa6 /usr.sbin/cron/crontab
parent0808475dfbed09f36fecdfe350a52ee2132c5b17 (diff)
downloadFreeBSD-src-8483c392336a7405581e508516b5914e80b0c095.zip
FreeBSD-src-8483c392336a7405581e508516b5914e80b0c095.tar.gz
Point out that @reboot runs at every cron startup, not just system
startup. Discussed on: hackers@ Approved by: gjb (mentor) MFC after: 1 week
Diffstat (limited to 'usr.sbin/cron/crontab')
-rw-r--r--usr.sbin/cron/crontab/crontab.52
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5
index ba88569..6c880dd 100644
--- a/usr.sbin/cron/crontab/crontab.5
+++ b/usr.sbin/cron/crontab/crontab.5
@@ -224,7 +224,7 @@ one of eight special strings may appear:
.Bd -literal -offset indent
string meaning
------ -------
-@reboot Run once, at startup.
+@reboot Run once, at startup of cron.
@yearly Run once a year, "0 0 1 1 *".
@annually (same as @yearly)
@monthly Run once a month, "0 0 1 * *".
OpenPOWER on IntegriCloud