Index: sdk/lib/io/process.dart |
diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart |
index f9e2176db2968b3308ea3d0878251e4e31a31cb4..e1089dcb9c624a978caa060a2e6f27478bb7ef8c 100644 |
--- a/sdk/lib/io/process.dart |
+++ b/sdk/lib/io/process.dart |
@@ -258,7 +258,7 @@ abstract class Process { |
* flag. On Posix systems, [kill] sends [signal] to the |
* process. Depending on the signal giving, it'll have different |
Søren Gjesse
2014/01/16 09:10:15
giving -> given/passed/send
Anders Johnsen
2014/01/16 09:13:25
Done.
|
* meanings. When the process terminates as a result of calling |
- * [kill] [onExit] is called. |
+ * [kill], [exitCode] is completed with the exit code. |
Søren Gjesse
2014/01/16 09:10:15
[exitCode] is -> the [exitCode] future is
Anders Johnsen
2014/01/16 09:13:25
Done.
|
* |
* Returns [:true:] if the process is successfully killed (the |
* signal is successfully sent). Returns [:false:] if the process |