Fix docs for Process::kill.

BUG=https://code.google.com/p/dart/issues/detail?id=16116
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//140673002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31870 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ajohnsen@google.com 2014-01-16 09:13:34 +00:00
parent adcb051df3
commit d676782c06

View file

@ -256,9 +256,9 @@ abstract class Process {
/**
* On Windows, [kill] kills the process, ignoring the [signal]
* flag. On Posix systems, [kill] sends [signal] to the
* process. Depending on the signal giving, it'll have different
* process. Depending on the signal send, it'll have different
* meanings. When the process terminates as a result of calling
* [kill] [onExit] is called.
* [kill], the [exitCode] future is completed with the exit code.
*
* Returns [:true:] if the process is successfully killed (the
* signal is successfully sent). Returns [:false:] if the process