X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fwhenjobs.pod;h=acc1d9414d588639af62360bdaf2d0dc32a1dab8;hb=de72662854c3db9365296dd45cade2253910be7f;hp=1f38d2967fbe92613ef06798642e9a17c58b630f;hpb=602f482985977184bfa2794cfb91b15337035a0a;p=whenjobs.git diff --git a/tools/whenjobs.pod b/tools/whenjobs.pod index 1f38d29..acc1d94 100644 --- a/tools/whenjobs.pod +++ b/tools/whenjobs.pod @@ -865,10 +865,7 @@ fields: =head1 MULTIPLE JOBS FILES The whenjobs I<-e> and I<-l> options edit and list a file called -C<$HOME/.whenjobs/jobs.ml>. This is an OCaml source file which is -compiled behind the scenes into a bytecode file called -C<$HOME/.whenjobs/jobs.cmo>. C is what the daemon normally -loads. +C<$HOME/.whenjobs/jobs.ml>. You can also edit C<$HOME/.whenjobs/jobs.ml> by other means (eg. your own editor). After editing, to recompile and upload it, use: @@ -878,8 +875,7 @@ own editor). After editing, to recompile and upload it, use: When you have lots of jobs, it is convenient to split the jobs across multiple files. Any C<*.ml> files located in C<$HOME/.whenjobs> can be used (with some restrictions on filenames -- see below). These are -compiled to the corresponding C<*.cmo> files and loaded into the -daemon using the I<--upload> command. +compiled and loaded into the daemon using the I<--upload> command. To create multiple jobs files, you cannot use the I<-e> or I<-l> options. Instead you have to create them yourself in