# HG changeset patch # User viric@llimona # Date 1175639499 -7200 # Node ID 94170d3b46d039da8191200b491d6ec429ae2385 # Parent 662efcb9919442a5dac523d1c64b4da5435ce51c Fixed the manpage for TS_ONFINISH diff -r 662efcb99194 -r 94170d3b46d0 ts.1 --- a/ts.1 Tue Apr 03 23:56:11 2007 +0200 +++ b/ts.1 Wed Apr 04 00:31:39 2007 +0200 @@ -27,7 +27,8 @@ .BI "[\-nfgm]" .SH DESCRIPTION -ts will run by default a per user unix task queue. The user can add commands to +.B ts +will run by default a per user unix task queue. The user can add commands to the queue, watch that queue at any moment, and look at the task results (actually, standard output and exit error). .SH SIMPLE USE @@ -132,6 +133,12 @@ option if you're tired of .B \-C. .TP +.B "TS_ONFINISH" +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. +.TP .B "TMPDIR" As the program output and the unix socket are thought to be stored in a temporary directory,