DOCS/input: fix subprocess typo

This commit is contained in:
Guido Cella 2021-10-16 09:37:42 +02:00 committed by Dudemanguy
parent 8778c296b4
commit 4a80de90d2
1 changed files with 3 additions and 3 deletions

View File

@ -545,9 +545,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
argument list.
The first array entry is either an absolute path to the executable, or
a filename with no path components, in which case the ``PATH``
environment variable. On Unix, this is equivalent to ``posix_spawnp``
and ``execvp`` behavior.
a filename with no path components, in which case the executable is
searched in the directories in the ``PATH`` environment variable. On
Unix, this is equivalent to ``posix_spawnp`` and ``execvp`` behavior.
``playback_only`` (``MPV_FORMAT_FLAG``)
Boolean indicating whether the process should be killed when playback