]> Cypherpunks.ru repositories - nncp.git/commitdiff
Fix week-start example, that is not ISO 8601-friendly
authorSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 13:42:49 +0000 (16:42 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 13:42:49 +0000 (16:42 +0300)
doc/call.texi

index 509da59e213c7c1c582cb4053a8a54bb99b63358..f65a2f824e2d4850554a7fc195e05a72e41edd54 100644 (file)
@@ -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