Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-13 09:25:14 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-13 09:25:14 +0400
commit3ff9fd2b9b48f423006371a822ffbb23db8f9a84 (patch)
tree38906334b41adb4583d864a467253d74c2bbb17a /winsup/utils
parent30feaa22dd68242100ef011b937589c5e7fe83be (diff)
document kill -h.
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>