summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-12 18:47:43 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit9c530c7ee9ac0641e58ac1203bd46675e8700cc5 (patch)
tree1c8b867a0909c833c17d717cb70dc19f6e577799 /DOCS
parente4fb23ed7de874bb2d05824d7edb84cfd1b21101 (diff)
downloadmpv-9c530c7ee9ac0641e58ac1203bd46675e8700cc5.tar.bz2
mpv-9c530c7ee9ac0641e58ac1203bd46675e8700cc5.tar.xz
command: make "subprocess" explicitly abortable
Now mpv_abort_async_command() can be used to stop the process.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 6d05c5fc5d..cadf515567 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -363,6 +363,8 @@ List of Input Commands
it was somehow killed or returned an error status has to be queried from
the result value.
+ This command can be asynchronously aborted via API.
+
``quit [<code>]``
Exit the player. If an argument is given, it's used as process exit code.