summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-26 12:49:38 +0200
committerwm4 <wm4@nowhere>2014-04-30 11:45:31 +0200
commit28e2b95f5887612f091ceb1747947c952489effc (patch)
tree99abd422d66ef85bed0120f6913ae7d9a83e7ea9
parent491f633a208ab1b16ad39653b4ccdf180fd7505d (diff)
downloadmpv-28e2b95f5887612f091ceb1747947c952489effc.tar.bz2
mpv-28e2b95f5887612f091ceb1747947c952489effc.tar.xz
manpage: forced->used
-rw-r--r--DOCS/man/en/ao.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index 85aaec6803..43a6d6c861 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -20,7 +20,7 @@ normal driver parameters.
See ``--ao=help`` for a list of compiled-in audio output drivers. The
driver ``--ao=alsa`` is preferred. ``--ao=pulse`` is preferred on systems
- where PulseAudio is forced. On Windows, ``--ao=wasapi`` is preferred,
+ where PulseAudio is used. On Windows, ``--ao=wasapi`` is preferred,
though it might cause trouble sometimes, in which case ``--ao=dsound``
should be used. On BSD systems, ``--ao=oss`` or `--ao=sndio`` may work
(the latter being experimental). On OSX systems, use ``--ao=coreaudio``.