# HG changeset patch # User viric # Date 1314900073 -7200 # Node ID 73880166685f5094abfbb301e6f010ca7b95c5d3 # Parent de6ada7102937e4e64d9463241dbeb090725d209 Making the manual page mention 0.7.0, and explain -B. diff -r de6ada710293 -r 73880166685f ts.1 --- a/ts.1 Thu Sep 01 19:55:54 2011 +0200 +++ b/ts.1 Thu Sep 01 20:01:13 2011 +0200 @@ -5,7 +5,7 @@ .\" that should have been distributed together with this file. .\" .\" Note: I took the gnu 'ls' man page as an example. -.TH TS 1 2009-02 "Task Spooler 0.6.6" +.TH TS 1 2009-02 "Task Spooler 0.7.0" .SH NAME ts \- task spooler. A simple unix batch system .SH SYNOPSIS @@ -89,6 +89,11 @@ it is considered as failed for further dependencies. If the server doesn't have the job id in its list, it will be considered as if the job failed. +.TP +.B "\-B" +In the case the queue is full (due to \fBTS_MAXCONN\fR or system limits), +by default ts will block the enqueuing command. Using \fB\-B\fR, +if the queue is full it will exit returning the value 2 instead of blocking. .SH ACTIONS Instead of giving a new command, we can use the parameters for other purposes: .TP @@ -289,7 +294,7 @@ .SH NOTES This page describes .B ts -as in version 0.6.6. Other versions may differ. The file +as in version 0.7.0. Other versions may differ. The file .B TRICKS found in the distribution package can show some ideas on special uses of .B ts.