documentation: Bug fix in a simple example.
The second example under the manual heading Simple Examples does not work. The call to next-minute-from errs because the second argument must be a list. It can’t be the raw number 15. Thanks to Colton Lewis. * doc/mcron.texi: edited text.
This commit is contained in:
parent
97cdae129d
commit
172f70e6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ hours? Edit the file to read
|
||||||
(job
|
(job
|
||||||
'(next-minute-from
|
'(next-minute-from
|
||||||
(next-hour (range 0 24 2))
|
(next-hour (range 0 24 2))
|
||||||
15)
|
'(15))
|
||||||
"my-program")
|
"my-program")
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue