File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
202
202
method close-stdin(Proc::Async:D:)
203
203
204
204
Closes the standard input stream of the external program. Programs that read
205
- from STDIN often only terminate when their input straem is closed. so if
205
+ from STDIN often only terminate when their input stream is closed. So if
206
206
waiting for the promise from C < #method start > hangs (for a program opened for
207
207
writing), it might be a forgotten C < close-stdin > .
208
208
@@ -217,7 +217,7 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
217
217
218
218
kill(Proc::Async:D: $signal = "HUP")
219
219
220
- Sends a signal to the running program. The signal cann be a signal name
220
+ Sends a signal to the running program. The signal can be a signal name
221
221
("KILL" or "SIGKILL"), an integer (9) or an element of the C < Signal > enum
222
222
(Signal::SIGKILL).
223
223
You can’t perform that action at this time.
0 commit comments