manpage: mention that the "run" does not wait for the command

This commit is contained in:
wm4 2013-12-14 19:56:02 +01:00
parent 683d7e88e4
commit 7f3eda41d9
1 changed files with 3 additions and 0 deletions

View File

@ -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.