Author: wblock (doc committer)
Date: Wed Jan 11 23:11:48 2012
New Revision: 229991
URL: http://svn.freebsd.org/changeset/base/229991

Log:
  MFC r227981:
  Point out that @reboot runs at every cron startup, not just system
  startup.
  
  Approved by:  gjb (mentor)

Modified:
  stable/7/usr.sbin/cron/crontab/crontab.5
Directory Properties:
  stable/7/usr.sbin/cron/   (props changed)

Modified: stable/7/usr.sbin/cron/crontab/crontab.5
==============================================================================
--- stable/7/usr.sbin/cron/crontab/crontab.5    Wed Jan 11 23:11:27 2012        
(r229990)
+++ stable/7/usr.sbin/cron/crontab/crontab.5    Wed Jan 11 23:11:48 2012        
(r229991)
@@ -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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to