summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-29 19:11:07 +0100
committerwm4 <wm4@nowhere>2014-11-29 19:11:07 +0100
commit01a3e43ca9f8ebfb2d3085f0c824288b5c763c8e (patch)
tree547e6f4fb5c8246a737f68e10e35c172dd8c08af /DOCS/man/mpv.rst
parenta399339b95501b6bfa93d30aff5128fe627e97fd (diff)
downloadmpv-01a3e43ca9f8ebfb2d3085f0c824288b5c763c8e.tar.bz2
mpv-01a3e43ca9f8ebfb2d3085f0c824288b5c763c8e.tar.xz
manpage: minor fixes
Also update the Lua example. The "pause" event was declared deprecated, so the example should use the newer API.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 595c44c59a..bbff3cc30b 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -436,7 +436,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 (or ``00:00:00`` if unknown) (``length`` property)
+- The total file duration (absent if unknown) (``length`` property)
- 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.)
@@ -487,7 +487,7 @@ PROTOCOLS
``bd://[title][/device]`` ``--bluray-device=PATH``
Play a Blu-Ray disc. Currently, this does not accept ISO files. Instead,
you must mount the ISO file as filesystem, and point ``--bluray-device``
- to the mounted directly.
+ to the mounted directory directly.
``bdnav://[title][/device]``
Play a Blu-Ray disc, with navigation features enabled. This feature is