From 65791b5de3ed5efc3fb84389e551e945b2b2424c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 13 May 2002 05:18:34 +0000 Subject: Update ChangeLog with missing entry. --- winsup/utils/utils.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'winsup/utils/utils.sgml') diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 4d93d0e8f..e38e73858 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -142,7 +142,8 @@ same output. kill -Usage: kill [-f] [-sigN] pid1 [pid2 ...] +Usage: kill [-f] [-sigN] [-s sigN] pid1 [pid2 ...] +Usage: kill -l [signal] The kill program allows you to send arbitrary @@ -158,6 +159,9 @@ list of running programs and their Cygwin pids, use the Cygwin ps program. ps -W will display all windows pids. +The kill -l option prints the name of the +given signal, or a list of all signal names if no signal is given. + To send a specific signal, use the -signN option, either with a signal number or a signal name (minus the "SIG" part), like these examples: -- cgit v1.2.3