manpage: update utils.subprocess() for Windows

This commit is contained in:
James Ross-Gowan 2014-11-19 17:58:34 +11:00
parent 060bf43d02
commit b2d0484404
1 changed files with 3 additions and 2 deletions

View File

@ -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])``