From 90bbd87734053303751d401a807be8a7fe3b9176 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 7 Jan 2002 14:38:13 +0000 Subject: fixes for completion of signal names with SIG prefix and for completing command names instead of pids (16406) --- Doc/Zsh/builtins.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 463bfcf53..15b8ba23e 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -539,7 +539,8 @@ tt(-)var(sig) ] var(job) ...) item(tt(kill) tt(-l) [ var(sig) ... ])( Sends either tt(SIGTERM) or the specified signal to the given jobs or processes. -Signals are given by number or by names, without the `tt(SIG)' prefix. +Signals are given by number or by names, with or without the `tt(SIG)' +prefix. If the signal being sent is not `tt(KILL)' or `tt(CONT)', then the job will be sent a `tt(CONT)' signal if it is stopped. The argument var(job) can be the process ID of a job -- cgit 1.4.1