diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-28 14:21:18 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-28 18:13:08 +0200 |
commit | 811ad9167a0dc4fe9e13dd20d534d477469dc682 (patch) | |
tree | 309b2d7592ffb14fdc8b212e2d2d1e1549001553 /doc/mcron.texi | |
parent | dd30cb9e547f90d0bffc8eb758c58bba0e2c08ad (diff) | |
download | mcron-811ad9167a0dc4fe9e13dd20d534d477469dc682.tar.gz mcron-811ad9167a0dc4fe9e13dd20d534d477469dc682.tar.bz2 mcron-811ad9167a0dc4fe9e13dd20d534d477469dc682.zip |
doc: Use 'unless' form
* doc/mcron.texi (Invoking cron or crond): Use 'unless' form and put
"/etc/crontab" inside a @code command.
Diffstat (limited to 'doc/mcron.texi')
-rw-r--r-- | doc/mcron.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/mcron.texi b/doc/mcron.texi index a59505d..70e9d98 100644 --- a/doc/mcron.texi +++ b/doc/mcron.texi @@ -913,9 +913,9 @@ that socket consisting of a user name whose crontabs have been changed. In this case, the program will re-read that user's crontab. This is for correct functioning with the crontab program. -Further, if the @code{--noetc} option was not used, a job is scheduled -to run every minute to check if /etc/crontab has been modified -recently. If so, this file will also be re-read. +Further, unless the @code{--noetc} option is used, a job is scheduled to run +every minute to check if @code{/etc/crontab} has been modified. If so, this +file will also be re-read. The options which may be used with this program are as follows. |