From 4c51af882dfb4b32bff287575fbfd30f9a1d4bbb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 5 Oct 2009 13:16:56 +0200 Subject: [PATCH] Fix typo --- doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.txt b/doc/api.txt index d37fec565e..0b64c93b61 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -411,7 +411,7 @@ Closes the process's +stdin+ stream. +child.kill(signal=node.SIGTERM)+ :: -Send a single to the child process. If no argument is given, the process +Send a signal to the child process. If no argument is given, the process will be sent +node.SIGTERM+. The standard POSIX signals are defined under the +node+ namespace (+node.SIGINT+, +node.SIGUSR1+, ...).