summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2018-01-06 18:22:57 -0800
committerKevin Mitchell <kevmitch@gmail.com>2018-01-07 16:07:04 -0800
commit57f43c35ecc9adb944daee58b864fcc0989e9df6 (patch)
tree302e880b25bd6d613b4f3eb5b7fa0ebfdb6a43ad /DOCS
parent212f83ba2e94aa18607fc8f452302be876256763 (diff)
downloadmpv-57f43c35ecc9adb944daee58b864fcc0989e9df6.tar.bz2
mpv-57f43c35ecc9adb944daee58b864fcc0989e9df6.tar.xz
manpage: fix typos in osd level descriptions
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index cfe41fbf67..54ff495bd1 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3127,16 +3127,16 @@ OSD
``--osd-msg1=<string>``
Show this string as message on OSD with OSD level 1 (visible by default).
- The message will be visible by default, and as long no other message
+ The message will be visible by default, and as long as no other message
covers it, and the OSD level isn't changed (see ``--osd-level``).
Expands properties; see `Property Expansion`_.
``--osd-msg2=<string>``
- Similar as ``--osd-msg1``, but for OSD level 2. If this is an empty string
+ Similar to ``--osd-msg1``, but for OSD level 2. If this is an empty string
(default), then the playback time is shown.
``--osd-msg3=<string>``
- Similar as ``--osd-msg1``, but for OSD level 3. If this is an empty string
+ Similar to ``--osd-msg1``, but for OSD level 3. If this is an empty string
(default), then the playback time, duration, and some more information is
shown.