summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-10-16 09:37:42 +0200
committerDudemanguy <random342@airmail.cc>2021-10-26 20:29:18 +0000
commit4a80de90d299ca4986945939e5b1bada057b26b3 (patch)
tree52a90ef56adf7b9657607cc82a5d3d559a910d74
parent8778c296b46675984f1f5512766013b854336b6c (diff)
downloadmpv-4a80de90d299ca4986945939e5b1bada057b26b3.tar.bz2
mpv-4a80de90d299ca4986945939e5b1bada057b26b3.tar.xz
DOCS/input: fix subprocess typo
-rw-r--r--DOCS/man/input.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index bc1b1abd77..5a733a5da1 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -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