From 811ad9167a0dc4fe9e13dd20d534d477469dc682 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 28 Sep 2017 14:21:18 +0200 Subject: doc: Use 'unless' form * doc/mcron.texi (Invoking cron or crond): Use 'unless' form and put "/etc/crontab" inside a @code command. --- doc/mcron.texi | 6 +++--- 1 file 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. -- cgit v1.2.3