aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2011-11-25 17:41:12 +0000
committerWarren Block <wblock@FreeBSD.org>2011-11-25 17:41:12 +0000
commitdf799cbad3b8a3a2e5392730083bed670711c32e (patch)
tree88b848a86976207d8852ad8e1d64f83c17185fa6 /usr.sbin/cron/crontab
parent1fa2664f97a32757e0f612acf5ea8d75d7cb6642 (diff)
downloadsrc-df799cbad3b8a3a2e5392730083bed670711c32e.tar.gz
src-df799cbad3b8a3a2e5392730083bed670711c32e.zip
Point out that @reboot runs at every cron startup, not just system
startup. Discussed on: hackers@ Approved by: gjb (mentor) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=227981
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 ba8856986f21..6c880dd484ef 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 * *".