From: jth Date: Tue, 10 Mar 2009 18:26:13 +0000 (-0700) Subject: FIX: manpage links X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/77e5d21346ba889af5a1d0f0bcdf3a87e7a1928c FIX: manpage links --- diff --git a/docs/handbook/handbook-configtuning-cron.mdwn b/docs/handbook/handbook-configtuning-cron.mdwn index e02e9c16..89993020 100644 --- a/docs/handbook/handbook-configtuning-cron.mdwn +++ b/docs/handbook/handbook-configtuning-cron.mdwn @@ -1,6 +1,5 @@ - ## Configuring the cron Utility @@ -74,7 +73,7 @@ Let us take a look at the `/etc/crontab` file (the system crontab): - 1. This last line will define the values discussed above. Notice here we have a `*/5` listing, followed by several more `*` characters. These `*` characters mean ***first-last***, and can be interpreted as ***every*** time. So, judging by this line, it is apparent that the `atrun` command is to be invoked by `root` every five minutes regardless of what day or month it is. For more information on the `atrun` command, see the [atrun(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#atrun§ion8) manual page.Commands can have any number of flags passed to them; however, commands which extend to multiple lines need to be broken with the backslash ***\*** continuation character. + 1. This last line will define the values discussed above. Notice here we have a `*/5` listing, followed by several more `*` characters. These `*` characters mean ***first-last***, and can be interpreted as ***every*** time. So, judging by this line, it is apparent that the `atrun` command is to be invoked by `root` every five minutes regardless of what day or month it is. For more information on the `atrun` command, see the [atrun(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=atrun§ion=8) manual page.Commands can have any number of flags passed to them; however, commands which extend to multiple lines need to be broken with the backslash ***\*** continuation character.