summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2021-07-28 10:27:06 +0300
committersfan5 <sfan5@live.de>2021-07-28 12:49:39 +0200
commit6808fff1323ff051c89b04d03f3e3a241c1b682c (patch)
tree46a06cf6c4d4a249b3acee60ef54fbb8d6da9106
parent743e1c1b153bb7f029dc6f47550730b5051a59e6 (diff)
downloadmpv-6808fff1323ff051c89b04d03f3e3a241c1b682c.tar.bz2
mpv-6808fff1323ff051c89b04d03f3e3a241c1b682c.tar.xz
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.
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 1 insertions, 1 deletions
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.