Fix crontab example for checkout every twelve hours

This commit is contained in:
Denis Peplin 2004-07-13 06:21:04 +00:00
parent 53d23b97e7
commit e6c052b9c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21470

View file

@ -1928,7 +1928,7 @@ exit;</programlisting>
&man.crontab.1; entry added:</para>
<programlisting># Check out the web data as biba/low every twelve hours:
* 12 * * * web /home/web/checkout.sh</programlisting>
0 */12 * * * web /home/web/checkout.sh</programlisting>
<para>This will check out the <acronym>HTML</acronym> sources
every twelve hours on the machine.</para>