o Fin an incorrect crontab entry example.

PR:		docs/105440
Submitted by:	Steve Wills
This commit is contained in:
Maxim Konovalov 2006-11-13 14:19:12 +00:00
parent f4cb1f5e80
commit 7eeeac9192
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29070

View file

@ -673,7 +673,7 @@ trailer,133</programlisting>
<filename>/etc/crontab</filename> will force the rotation
every twelve hours from &man.cron.8;:</para>
<programlisting>* */12 * * * root /usr/sbin/audit -n</programlisting>
<programlisting>0 */12 * * * root /usr/sbin/audit -n</programlisting>
<para>The change will take effect once you have saved the
new <filename>/etc/crontab</filename>.</para>