gerrit/Documentation/cmd-kill.txt
Yuxuan 'fishy' Wang d85b687536 Bypass the rendering differences in AsciiDoctor.
AsciiDoctor have different understanding of [verse] with asciidoc, causing some
rendering differences. To get similar result with asciidoc, we use something
else instead of [verse] now.

Screenshots:
before:
http://imgur.com/JKMdBiv
after:
http://imgur.com/yFVvVac

Change-Id: I14e84f0e998e1e87b633681e8028ad657bde07e4
2013-11-15 11:47:46 -08:00

35 lines
660 B
Plaintext

kill
====
NAME
----
kill - Cancel or abort a background task
SYNOPSIS
--------
--
'ssh' -p <port> <host> 'kill' <ID> ...
--
DESCRIPTION
-----------
Cancels a scheduled task from the queue. If the task has already
been started, requests for the task to cancel as soon as it reaches
its next cancellation point (which is usually blocking IO).
ACCESS
------
Caller must be a member of the privileged 'Administrators' group,
or have been granted link:access-control.html#capability_kill[the 'Kill Task' global capability].
SCRIPTING
---------
Intended for interactive use only.
GERRIT
------
Part of link:index.html[Gerrit Code Review]
SEARCHBOX
---------