summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-13 15:58:46 +0100
committerwm4 <wm4@nowhere>2016-03-13 15:58:46 +0100
commita1ffd7407def20d156e6720d6422054e27c883e0 (patch)
tree75bd1c288530d0ccfe5f21d2747348dc1b5ee7b9 /DOCS/man/input.rst
parentc13c9945bf84817ee1dd2d65e58660fb38e23a7f (diff)
downloadmpv-a1ffd7407def20d156e6720d6422054e27c883e0.tar.bz2
mpv-a1ffd7407def20d156e6720d6422054e27c883e0.tar.xz
manpage: fix inverted condition in mixer-active description
Still not sure if the current text is actually understandable. Also fix a typo.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 8aafadbf81..79a6790e49 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1238,10 +1238,10 @@ Property list
``mixer-active``
Return ``yes`` if the audio mixer is active, ``no`` otherwise. This has
- implications for ``--softvol=no`` mode: if the mixer is active, changing
+ implications for ``--softvol=no`` mode: if the mixer is inactive, changing
``volume`` doesn't actually change anything on the system mixer. If the
``--volume`` or ``--mute`` option are used, these might not be applied
- property until the mixer becomes active either. (The options, if set, will
+ properly until the mixer becomes active either. (The options, if set, will
just overwrite the mixer state at audio initialization.)
While the behavior with ``mixer-active==yes`` is relatively well-defined,