Taken on board suggestions of Mathieu Lirzin as per e-mails to the bug-mcron@gnu.org mailing list around September 2015.
This commit is contained in:
parent
024027ae2d
commit
c0a6eb14c2
20 changed files with 1155 additions and 664 deletions
|
|
@ -63,6 +63,7 @@ running jobs at scheduled times.
|
|||
* Syntax:: All the possibilities for configuring cron jobs.
|
||||
* Invoking:: What happens when you run the mcron command.
|
||||
* Guile modules:: Incorporating mcron into another Guile program.
|
||||
* GNU Free Documentation License:: The license of this manual.
|
||||
* Index:: The complete index.
|
||||
|
||||
@detailmenu
|
||||
|
|
@ -1329,6 +1330,11 @@ Once this module has been declared in a program, a crontab file can be
|
|||
used to augment the current job list with a call to
|
||||
@code{read-vixie-file}.
|
||||
|
||||
@node GNU Free Documentation License
|
||||
@appendix GNU Free Documentation License
|
||||
|
||||
@include fdl.texi
|
||||
|
||||
@node Index, , Guile modules, Top
|
||||
@unnumbered Index
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue