summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/lua.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index e01754b3ef..e09792a277 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -562,8 +562,6 @@ strictly part of the guaranteed API.
Runs an external process and waits until it exits. Returns process status
and the captured output.
- This function is not available on Microsoft Windows.
-
The paramater ``t`` is a table. The function reads the following entries:
``args``
@@ -595,6 +593,9 @@ strictly part of the guaranteed API.
terminated in an unusual way. The string ``init`` if the process
could not be started.
+ On Windows, ``killed`` is only returned when the process has been
+ killed by mpv as a result of ``cancellable`` being set to ``true``.
+
In all cases, ``mp.resume_all()`` is implicitly called.
``utils.parse_json(str [, trail])``