Browse Source

Fix typo

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
4c51af882d
  1. 2
      doc/api.txt

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

Loading…
Cancel
Save