On Fri, 2014-02-14 at 10:11 +0100, Peter Meerwald wrote: > Signed-off-by: Peter Meerwald <pmeerw at pmeerw.net> > --- > man/pactl.1.xml.in | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in > index 29071b3..5ef6554 100644 > --- a/man/pactl.1.xml.in > +++ b/man/pactl.1.xml.in > @@ -193,7 +193,8 @@ USA. > <optdesc><p>Set the volume of the specified sink (identified by its symbolic name or numerical index). > <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage > (e.g. 10%, 100%) or a decibel value (e.g. 0dB, 20dB). If the volume specification start with a + or - the volume > - adjustment will be relative to the current sink volume.</p></optdesc> > + adjustment will be relative to the current sink volume. A single volume value affects all channels; if multiple > + volume values are given their number has to match the sink's number of channels.</p></optdesc> It should also be documented what the syntax is when giving multiple volume values: comma-separated values or what. -- Tanu