ts.1
changeset 341 1169cb2d5557
parent 337 43079a99351e
child 349 3916245a60b5
--- a/ts.1	Sat Mar 19 11:14:18 2016 +0100
+++ b/ts.1	Sat Mar 19 11:16:42 2016 +0100
@@ -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 2015-03 "Task Spooler 0.7.5"
+.TH TS 1 2016-03 "Task Spooler 0.7.6"
 .SH NAME
 ts \- task spooler. A simple unix batch system
 .SH SYNOPSIS
@@ -20,6 +20,7 @@
 .BI "[\-s ["id ]]
 .BI "[\-r ["id ]]
 .BI "[\-w ["id ]]
+.BI "[\-k ["id ]]
 .BI "[\-u ["id ]]
 .BI "[\-i ["id ]]
 .BI "[\-U <"id - id >]
@@ -160,6 +161,12 @@
 .B "\-w [id]"
 Wait for the named job, or for the last in the queue.
 .TP
+.B "\-k [id]"
+Kill the process group of the named job (SIGTERM),
+or the last running/run job if not specified.
+Equivalent to
+.B kill -- -`ts -p`
+.TP
 .B "\-u [id]"
 Make the named job (or the last in the queue) urgent - this means that it goes
 forward in the queue so it can run as soon as possible.
@@ -307,7 +314,7 @@
 .SH NOTES
 This page describes
 .B ts
-as in version 0.7.5. Other versions may differ. The file
+as in version 0.7.6. Other versions may differ. The file
 .B TRICKS
 found in the distribution package can show some ideas on special uses of
 .B ts.