From: Tomas Mraz Date: Tue, 28 Nov 2017 09:13:34 +0000 (+0100) Subject: Document that in range the first number must be less than second. X-Git-Tag: cronie-1.5.2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5290e711e2ec084634750b021425d13f0c7b6673;p=cronie Document that in range the first number must be less than second. --- diff --git a/man/crontab.5 b/man/crontab.5 index 4052047..a011c89 100644 --- a/man/crontab.5 +++ b/man/crontab.5 @@ -196,7 +196,8 @@ A field may contain an asterisk (*), which always stands for .PP Ranges of numbers are allowed. Ranges are two numbers separated with a hyphen. The specified range is inclusive. For example, 8-11 for -an 'hours' entry specifies execution at hours 8, 9, 10, and 11. +an 'hours' entry specifies execution at hours 8, 9, 10, and 11. The first +number must be less than or equal to the second one. .PP Lists are allowed. A list is a set of numbers (or ranges) separated by commas. Examples: "1,2,5,9", "0-4,8-12".