From 6808fff1323ff051c89b04d03f3e3a241c1b682c Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Wed, 28 Jul 2021 10:27:06 +0300 Subject: DOCS/mpv.rst: fix quoting In rst, double-backtick starts a code string only if it's followed by a non-space char, otherwise it's taken literally, hence, `` x2.0`` was taken literally rather than code string. --- DOCS/man/mpv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 6cb8d51267..2916d46707 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -1009,7 +1009,7 @@ listed. - ``AV:`` or ``V:`` (video only) or ``A:`` (audio only) - The current time position in ``HH:MM:SS`` format (``playback-time`` property) - The total file duration (absent if unknown) (``duration`` property) -- Playback speed, e.g. `` x2.0``. Only visible if the speed is not normal. This +- Playback speed, e.g. ``x2.0``. Only visible if the speed is not normal. This is the user-requested speed, and not the actual speed (usually they should be the same, unless playback is too slow). (``speed`` property.) - Playback percentage, e.g. ``(13%)``. How much of the file has been played. -- cgit v1.2.3