From 7f3eda41d940bb0575615c3af4fc64793220d478 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Dec 2013 19:56:02 +0100 Subject: manpage: mention that the "run" does not wait for the command --- DOCS/man/en/input.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3