summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-20 13:22:54 +0100
committerwm4 <wm4@nowhere>2012-11-20 18:00:15 +0100
commit3d41fb8e485a181cbe53ef13eb4160acab16c216 (patch)
tree4ad71c2926818aa4c9aefa20ac1b95e66c80044a /DOCS/man
parent967e1e829077f859d14b3a9860f8ab9c0ce17031 (diff)
downloadmpv-3d41fb8e485a181cbe53ef13eb4160acab16c216.tar.bz2
mpv-3d41fb8e485a181cbe53ef13eb4160acab16c216.tar.xz
manpage: minor fixes
The typo in options.rst was introduced in a54088. --hardframedrop mentioned in mpv.rst has been merged with --framedrop.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mpv.rst2
-rw-r--r--DOCS/man/en/options.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst
index 209213fccd..f0e3374a42 100644
--- a/DOCS/man/en/mpv.rst
+++ b/DOCS/man/en/mpv.rst
@@ -120,7 +120,7 @@ o
d
Toggle frame dropping states: none / skip display / skip decoding (see
- ``--framedrop`` and ``--hardframedrop``).
+ ``--framedrop``).
v
Toggle subtitle visibility.
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 3782dd2d31..ba894942dc 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2221,7 +2221,7 @@
--screen=<all|current|0-32>
In multi-monitor configurations (i.e. a single desktop that spans across
multiple displays) this option tells mpv which screen to display the
- movie on. A value of ``all?? means fullscreen across the whole virtual display
+ movie on. A value of ``all`` means fullscreen across the whole virtual display
(in this case system provided information is completely ignored), ``current`` means
fullscreen on the display the window currently is on. The initial position
set via the ``--geometry`` option is relative to the specified screen.