From 421eebc8f1441da7964d308df84c55bcdd84449e Mon Sep 17 00:00:00 2001 From: Cheng Sun Date: Tue, 20 Aug 2013 23:15:06 +0100 Subject: manpage: fix (again) incorrect ao_alsa example One example in ao.rst used the old syntax with misspelling of "no-block". --- DOCS/man/en/ao.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst index d8b7cc011a..2b71437a77 100644 --- a/DOCS/man/en/ao.rst +++ b/DOCS/man/en/ao.rst @@ -17,7 +17,7 @@ in the list. Suboptions are optional and can mostly be omitted. .. admonition:: Examples - ``--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. Available audio output drivers are: -- cgit v1.2.3