diff options
author | wm4 <wm4@nowhere> | 2013-12-14 19:56:02 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-14 19:56:02 +0100 |
commit | 7f3eda41d940bb0575615c3af4fc64793220d478 (patch) | |
tree | 7a8a1b64844567c5596af3cb536129a48951b5d3 /DOCS/man | |
parent | 683d7e88e46463497033eb4759ced45ee8b8cc49 (diff) | |
download | mpv-7f3eda41d940bb0575615c3af4fc64793220d478.tar.bz2 mpv-7f3eda41d940bb0575615c3af4fc64793220d478.tar.xz |
manpage: mention that the "run" does not wait for the command
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/input.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index c08911c396..9e74bddb30 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -216,6 +216,9 @@ List of Input Commands expanded like in `Property Expansion`_. Note that there is a static limit of (as of this writing) 10 arguments (this limit could be raised on demand). + The program is run in a detached way. mpv doesn't wait until the command + is completed, but continues playback right after spawning it. + To get the old behavior, use ``/bin/sh`` and ``-c`` as the first two arguments. |