From 5522c58f12d94b1b33f65b5924504e3de6d6ed36 Mon Sep 17 00:00:00 2001 From: mynamewastaken Date: Fri, 17 Jan 2014 22:55:48 -0600 Subject: [PATCH] Added another cron site, fixed based on comments --- cron_101.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cron_101.rst b/cron_101.rst index 5ebabb3..2718e70 100644 --- a/cron_101.rst +++ b/cron_101.rst @@ -211,7 +211,7 @@ Notes on composing good "cron expressions" ``.zshrc`` or such). In particular, make sure to specify the full path to your program if it's not in a commonly-used location like ``/usr/bin``. - If you have problems with the syntax, or something isn't working properly, there - are websites [#]_ that will explain a particular line from crontab. + are websites [#]_ that will translate crontab to English, and vice versa. [#]_ Modify a specific user's crontab -------------------------------- @@ -243,6 +243,8 @@ Footnotes .. [#] `"Examples" in cron - Wikipedia, a free encyclopedia `_ -.. [#] `Crontab to plain english `_ +.. [#] `Crontab to plain English `_ -.. [#] `Where can I set environment variables that crontab will use?, `_ +.. [#] `English to crontab `_ + +.. [#] `Where can I set environment variables that crontab will use? `_