This commit is contained in:
Ryan Dahl 2009-10-05 13:16:56 +02:00
parent bac16bd8ac
commit 4c51af882d

View File

@ -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+, ...).