Better manpage on TS_ONFINISH.
authorviric@llimona
Thu, 05 Apr 2007 21:48:11 +0200
changeset 93 332574eacf8a
parent 92 05004c52ecff
child 94 aefdd4d9cbab
Better manpage on TS_ONFINISH.
ts.1
--- a/ts.1	Thu Apr 05 21:45:25 2007 +0200
+++ b/ts.1	Thu Apr 05 21:48:11 2007 +0200
@@ -137,7 +137,13 @@
 If the variable exists pointing to an executable, it will be run after the
 queued jobs. It uses execlp, so
 .B PATH
-is used if there are no slashes in the variable content.
+is used if there are no slashes in the variable content. The executable is run
+with four parameters:
+.B jobid
+.B errorlevel
+.B output_filename
+and
+.B command.
 .TP
 .B "TMPDIR"
 As the program output and the unix socket are thought to be stored in a
@@ -179,7 +185,7 @@
 Also, remember that stdin/stdout/stderr will be detached, so
 don't use your shell's redirection operators when you put a job into background.
 
-Now, if an internal problem is found in runtime, a file
+If an internal problem is found in runtime, a file
 .B /tmp/ts.error
 is created, which you can submit to the developer in order to fix the bug.