Author: wblock (doc committer)
Date: Fri Nov 25 17:41:12 2011
New Revision: 227981
URL: http://svn.freebsd.org/changeset/base/227981

Log:
  Point out that @reboot runs at every cron startup, not just system
  startup.
  
  Discussed on: hackers@
  
  Approved by:  gjb (mentor)
  MFC after:    1 week

Modified:
  head/usr.sbin/cron/crontab/crontab.5

Modified: head/usr.sbin/cron/crontab/crontab.5
==============================================================================
--- head/usr.sbin/cron/crontab/crontab.5        Fri Nov 25 17:40:01 2011        
(r227980)
+++ head/usr.sbin/cron/crontab/crontab.5        Fri Nov 25 17:41:12 2011        
(r227981)
@@ -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 * *".
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to