From: Sergey Matveev Date: Fri, 28 Apr 2017 13:42:49 +0000 (+0300) Subject: Fix week-start example, that is not ISO 8601-friendly X-Git-Tag: 0.7^2~29 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=4e0df33f3fc13aef85bd449924d9b36c7ed9693b Fix week-start example, that is not ISO 8601-friendly --- diff --git a/doc/call.texi b/doc/call.texi index 509da59..f65a2f8 100644 --- a/doc/call.texi +++ b/doc/call.texi @@ -8,16 +8,16 @@ Example list of call structures: @verbatim calls: - - cron: "*/1 * * * 0-4" + cron: "*/1 * * * MON-FRI" onlinedeadline: 3600 nice: 64 - - cron: "30 * * * 5-6" + cron: "30 * * * SAT,SUN" onlinedeadline: 1800 maxonlinetime: 1750 nice: 64 - - cron: "0 * * * 5-6" + cron: "0 * * * SAT,SUN" xx: rx addr: lan @end verbatim