mirror of https://github.com/mpv-player/mpv
manpage: fix (again) incorrect ao_alsa example
One example in ao.rst used the old syntax with misspelling of "no-block".
This commit is contained in:
parent
e49abd2fa2
commit
92658864ae
|
@ -17,7 +17,7 @@ in the list. Suboptions are optional and can mostly be omitted.
|
||||||
.. admonition:: Examples
|
.. admonition:: Examples
|
||||||
|
|
||||||
- ``--ao=alsa,oss,`` Try the ALSA driver, then the OSS driver, then others.
|
- ``--ao=alsa,oss,`` Try the ALSA driver, then the OSS driver, then others.
|
||||||
- ``--ao=alsa:noblock:device=[hw:0,3]`` Sets noblock-mode and the
|
- ``--ao=alsa:no-block:device=[hw:0,3]`` Sets noblock-mode and the
|
||||||
device-name as first card, fourth device.
|
device-name as first card, fourth device.
|
||||||
|
|
||||||
Available audio output drivers are:
|
Available audio output drivers are:
|
||||||
|
|
Loading…
Reference in New Issue