diff --git a/templates/front/docs_cron.html b/templates/front/docs_cron.html index d2992383..c761f398 100644 --- a/templates/front/docs_cron.html +++ b/templates/front/docs_cron.html @@ -14,7 +14,11 @@ to parse and interpret cron expressions. Below is a showcase of supported syntax features.

- +

+ Pro-tip! + On Unix-like operating systems, you can also easily access cron syntax + documentation by typing man 5 crontab in shell. +


@@ -264,13 +268,14 @@

Ranges with a step

-

Use {start}/{step} to define a range with a step.

+

Use {start}-{end}/{step} or */{step} + to define a range with a step.

"Run every quarter of an hour"
- + @@ -311,7 +316,7 @@
0/15
*/15
*
*
*
- Run every 15 minutes, starting from minute 0 + Run every 15 minutes
@@ -324,8 +329,7 @@

In the comma-separated lists you can combine not only - numeric values but also {start}-{end} and {start}/{step} - constructs.

+ numeric values but also ranges.

"Run every round hour outside office hours"