diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-13 05:25:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-13 05:25:14 +0000 |
commit | 3ff9fd2b9b48f423006371a822ffbb23db8f9a84 (patch) | |
tree | 38906334b41adb4583d864a467253d74c2bbb17a /winsup/utils/utils.sgml | |
parent | 30feaa22dd68242100ef011b937589c5e7fe83be (diff) | |
download | cygnal-3ff9fd2b9b48f423006371a822ffbb23db8f9a84.tar.gz cygnal-3ff9fd2b9b48f423006371a822ffbb23db8f9a84.tar.bz2 cygnal-3ff9fd2b9b48f423006371a822ffbb23db8f9a84.zip |
document kill -h.
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index e38e73858..3c59d2741 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -144,6 +144,7 @@ same output. <screen> Usage: kill [-f] [-sigN] [-s sigN] pid1 [pid2 ...] Usage: kill -l [signal] +Usage: Kill -h </screen> <para>The <command>kill</command> program allows you to send arbitrary @@ -162,6 +163,8 @@ list of running programs and their Cygwin pids, use the Cygwin <para>The <command>kill -l</command> option prints the name of the given signal, or a list of all signal names if no signal is given.</para> +<para><command>kill -h</command> just displays the kill usage message.</para> + <para>To send a specific signal, use the <literal>-signN</literal> option, either with a signal number or a signal name (minus the "SIG" part), like these examples:</para> |