diff options
Diffstat (limited to 'config/cron/cron.php')
-rw-r--r-- | config/cron/cron.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cron/cron.php b/config/cron/cron.php index 7d55b086..ec15a4cb 100644 --- a/config/cron/cron.php +++ b/config/cron/cron.php @@ -76,7 +76,8 @@ include("head.inc"); <tr><td> <div> Cron controls the scheduling of commands.<br /><br /> - For more information see: <a href='http://www.freebsd.org/doc/en/books/handbook/configtuning-cron.html'>http://www.freebsd.org/doc/en/books/handbook/configtuning-cron.html</a> + For more information see: <a href="http://www.freebsd.org/doc/en/books/handbook/configtuning-cron.html">FreeBSD Handbook - Configuring cron(8)</a> + and <a href="https://www.freebsd.org/cgi/man.cgi?query=crontab&sektion=5">crontab(5) man page</a>. </div> </td></tr> </table> |