manpage: fix inverted condition in mixer-active description

Still not sure if the current text is actually understandable.

Also fix a typo.
This commit is contained in:
wm4 2016-03-13 15:58:46 +01:00
parent c13c9945bf
commit a1ffd7407d
1 changed files with 2 additions and 2 deletions

View File

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