aboutsummaryrefslogtreecommitdiff
path: root/src/property/cron.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/cron.lisp')
-rw-r--r--src/property/cron.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/cron.lisp b/src/property/cron.lisp
index f60ecb8..2a3e7fe 100644
--- a/src/property/cron.lisp
+++ b/src/property/cron.lisp
@@ -21,10 +21,10 @@
;;; A number of techniques here are from Propellor's Cron properties module.
(defpropspec system-job :posix (desc when user shell-command)
- "Installs a cronjob running SHELL-COMMAND as USER to /etc/cron.*.
+ "Installs a cronjob running SHELL-COMMAND as USER to ``/etc/cron.*``.
DESC must be unique, as it will be used as a filename for a script. WHEN is
either :DAILY, WEEKLY, :MONTHLY or a string formatted according to crontab(5),
-e.g. \"0 3 * * *\".
+e.g. ``0 3 * * *``.
The output of the cronjob will be mailed only if the job exits nonzero."
(:desc #?"Cronned ${desc}")