mirror of https://github.com/mpv-player/mpv
manpage: update utils.subprocess() for Windows
This commit is contained in:
parent
060bf43d02
commit
b2d0484404
|
@ -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])``
|
||||
|
|
Loading…
Reference in New Issue