summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-08-15 10:59:18 +0200
committerLeo Izen <leo.izen@gmail.com>2020-08-28 22:27:59 -0400
commit7f5c170093fd496d828db24cb2108d8b47d24690 (patch)
treeede6ff0baca36a9b03f39640332ed11d6d102855 /DOCS/man
parent3d0eb4c26c134f0c153f28272423a347b7385cda (diff)
downloadmpv-7f5c170093fd496d828db24cb2108d8b47d24690.tar.bz2
mpv-7f5c170093fd496d828db24cb2108d8b47d24690.tar.xz
manpage: reorder sentence
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 98785141af..739f5f1022 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1789,9 +1789,9 @@ Property list
property.
``stream-open-filename``
- The full path to the currently played media. This is different only from
- ``path`` in special cases. In particular, if ``--ytdl=yes`` is used, and
- the URL is detected by ``youtube-dl``, then the script will set this
+ The full path to the currently played media. This is different from
+ ``path`` only in special cases. In particular, if ``--ytdl=yes`` is used,
+ and the URL is detected by ``youtube-dl``, then the script will set this
property to the actual media URL. This property should be set only during
the ``on_load`` or ``on_load_fail`` hooks, otherwise it will have no effect
(or may do something implementation defined in the future). The property is