# HG changeset patch # User viric # Date 1458382602 -3600 # Node ID 1169cb2d55574742cddc077a55b04d4b67fd8661 # Parent 11c5a9e7b9a8bb149ba7e419c9d823a8c2552c61 Increasing version to 0.7.6, and update manuals. diff -r 11c5a9e7b9a8 -r 1169cb2d5557 main.c --- a/main.c Sat Mar 19 11:14:18 2016 +0100 +++ b/main.c Sat Mar 19 11:16:42 2016 +0100 @@ -25,8 +25,8 @@ static char getopt_env[] = "POSIXLY_CORRECT=YES"; static char *old_getopt_env; -static char version[] = "Task Spooler v0.7.5 - a task queue system for the unix user.\n" -"Copyright (C) 2007-2013 Lluis Batlle i Rossell"; +static char version[] = "Task Spooler v0.7.6 - a task queue system for the unix user.\n" +"Copyright (C) 2007-2016 Lluis Batlle i Rossell"; static void default_command_line() diff -r 11c5a9e7b9a8 -r 1169cb2d5557 ts.1 --- 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.