1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

manpage: fix typos in osd level descriptions

This commit is contained in:
Kevin Mitchell 2018-01-06 18:22:57 -08:00
parent 212f83ba2e
commit 57f43c35ec

View File

@ -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.