diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 50e58db63..d40d6586d 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -768,6 +768,25 @@ </para> </listitem> </varlistentry> + <varlistentry id="command_volume"> + <term> + <cmdsynopsis> + <command>volume</command> + <arg choice="req"><replaceable>CHANGE</replaceable></arg> + </cmdsynopsis> + </term> + <listitem> + <para> + Changes volume by amount <varname>CHANGE</varname>. + </para> + <note> + <para> + <command>volume</command> is deprecated, use + <command>setvol</command> instead. + </para> + </note> + </listitem> + </varlistentry> </variablelist> </section> |