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
117117
118118Any asynchronous process can be stopped at any time with the
119119: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
121121is sent to the running process. The default signal sent to a process is ``SIGKILL ``.
122122Please read the :ref: `signal documentation below<reference-process-signal> `
123123to find out more about signal handling in the Process component::
@@ -217,7 +217,7 @@ Process Signals
217217.. versionadded :: 2.3
218218 The ``signal `` method was introduced in Symfony 2.3.
219219
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
221221:method: `Symfony\\ Component\\ Process\\ Process::signal ` method::
222222
223223 use Symfony\Component\Process\Process;
You can’t perform that action at this time.
0 commit comments