Skip to content

Commit

Permalink
Document that in range the first number must be less than second.
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Nov 28, 2017
1 parent ea6b6d1 commit 5290e71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/crontab.5
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 5290e71

Please sign in to comment.