diff options
author | poljar (Damir Jelić) <poljarinho@gmail.com> | 2013-01-24 01:14:17 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2013-01-27 18:11:54 +0200 |
commit | 9779aa49854507c2671902a7027cc723f2839031 (patch) | |
tree | d53507a12aacf86418a40630859d1a66aedcc011 /man | |
parent | 32b6b4df644f1ab200ff5e4c6b43e76622f689ca (diff) |
pactl: Add the ability to toggle mute state.
This patch adds the ability to toggle mute for sink/sources and
sink-inputs and source outputs.
All mute commands now accept 1|0|toggle as an argument.
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index bae518c4d..1dc063d32 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -209,22 +209,22 @@ USA. </option> <option> - <p><opt>set-sink-mute</opt> <arg>SINK</arg> <arg>1|0</arg></p> + <p><opt>set-sink-mute</opt> <arg>SINK</arg> <arg>1|0|toggle</arg></p> <optdesc><p>Set the mute status of the specified sink (identified by its symbolic name or numerical index).</p></optdesc> </option> <option> - <p><opt>set-source-mute</opt> <arg>SOURCE</arg> <arg>1|0</arg></p> + <p><opt>set-source-mute</opt> <arg>SOURCE</arg> <arg>1|0|toggle</arg></p> <optdesc><p>Set the mute status of the specified source (identified by its symbolic name or numerical index).</p></optdesc> </option> <option> - <p><opt>set-sink-input-mute</opt> <arg>INPUT</arg> <arg>1|0</arg></p> + <p><opt>set-sink-input-mute</opt> <arg>INPUT</arg> <arg>1|0|toggle</arg></p> <optdesc><p>Set the mute status of the specified sink input (identified by its numerical index).</p></optdesc> </option> <option> - <p><opt>set-source-output-mute</opt> <arg>INPUT</arg> <arg>1|0</arg></p> + <p><opt>set-source-output-mute</opt> <arg>INPUT</arg> <arg>1|0|toggle</arg></p> <optdesc><p>Set the mute status of the specified source output (identified by its numerical index).</p></optdesc> </option> |