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 @@ -117,7 +117,7 @@ Stopping a Process
117
117
118
118
Any asynchronous process can be stopped at any time with the
119
119
:method: `Symfony\\ Component\\ Process\\ Process::stop ` method. This method takes
120
- two arguments : a timeout and a signal. Once the timeout is reached, the signal
120
+ two arguments: a timeout and a signal. Once the timeout is reached, the signal
121
121
is sent to the running process. The default signal sent to a process is ``SIGKILL ``.
122
122
Please read the :ref: `signal documentation below<reference-process-signal> `
123
123
to find out more about signal handling in the Process component::
@@ -217,7 +217,7 @@ Process Signals
217
217
.. versionadded :: 2.3
218
218
The ``signal `` method was introduced in Symfony 2.3.
219
219
220
- When running a program asynchronously, you can send it posix signals with the
220
+ When running a program asynchronously, you can send it POSIX signals with the
221
221
:method: `Symfony\\ Component\\ Process\\ Process::signal ` method::
222
222
223
223
use Symfony\Component\Process\Process;
You can’t perform that action at this time.
0 commit comments