Bug#606325: cron: Off-by-one in manpage example

2010-12-08 Thread Christian Kastner
tags 606325 + confirmed pending thanks On 12/08/2010 01:51 PM, Ulrich Klauer wrote: > In the "EXAMPLE CRON FILE" section of crontab(5), there is this example: ># Run on every second Saturday of the month >0 4 8-15 * *test $(date +\%u) -eq 6 && echo "2nd Saturday" > The range of

Bug#606325: cron: Off-by-one in manpage example

2010-12-08 Thread Ulrich Klauer
Package: cron Version: 3.0pl1-115 Severity: minor In the "EXAMPLE CRON FILE" section of crontab(5), there is this example: # Run on every second Saturday of the month 0 4 8-15 * *test $(date +\%u) -eq 6 && echo "2nd Saturday" The range of days (8-15) in this example is one day to