mirror of
https://github.com/mpv-player/mpv
synced 2025-04-27 05:39:21 +00:00
documentation: fix some ReST syntax mistakes in lua.rst
This commit is contained in:
parent
d061f28397
commit
cae2ffb6eb
@ -784,7 +784,7 @@ strictly part of the guaranteed API.
|
|||||||
|
|
||||||
``utils.join_path(p1, p2)``
|
``utils.join_path(p1, p2)``
|
||||||
Return the concatenation of the 2 paths. Tries to be clever. For example,
|
Return the concatenation of the 2 paths. Tries to be clever. For example,
|
||||||
if ```p2`` is an absolute path, p2 is returned without change.
|
if ``p2`` is an absolute path, ``p2`` is returned without change.
|
||||||
|
|
||||||
``utils.subprocess(t)``
|
``utils.subprocess(t)``
|
||||||
Runs an external process and waits until it exits. Returns process status
|
Runs an external process and waits until it exits. Returns process status
|
||||||
|
Loading…
Reference in New Issue
Block a user