78d1d9e976
"GERRIT\n------" and "SEARCHBOX\n---------" are actually macros that will be
processed in replace_macro.py, so they shouldn't be changed to the new section
style.
Change-Id: I563f7124078d56697f5b1dec4be85fddf74f6821
(cherry picked from commit c955b4c8ef
)
29 lines
629 B
Plaintext
29 lines
629 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
|
|
---------
|