summaryrefslogtreecommitdiffstats
path: root/winsup/utils
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/utils.sgml3
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>