diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2014-10-30 16:00:41 +0100 |
---|---|---|
committer | Peter Meerwald <pmeerw@pmeerw.net> | 2014-11-04 22:22:19 +0100 |
commit | 6d1fd4d1aab38a18925972f11face92ea602adf0 (patch) | |
tree | 0f888f0f3bdcb33501f6ebeaae8b1de37626e165 /man | |
parent | 31d5acdc787051372d4a64e25b6e91dc9b2d1011 (diff) | |
download | pulseaudio-6d1fd4d1aab38a18925972f11face92ea602adf0.tar.gz |
pactl: Remove deprecated 'stat' behaviour
the stat command should only output statistics, not info
behaviour was deprecated anno 2011 in 8ace9185 "pactl: Make stat backwards
compatible" -- fix this now
v2: (thanks Tanu Kaskinen):
* adjust shell completion
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index a195b1d74..cf6570ef9 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -66,11 +66,8 @@ USA. <section name="Commands"> <option> - <p><opt>stat</opt> [<arg>short</arg>]</p> - <optdesc><p>Dump a few statistics about the memory usage of the PulseAudio daemon. (Note: for backwards - compatibility, we also show the output of the <arg>info</arg> command. In order to only show - statistics, use the optional <arg>short</arg> argument. In a future version of PA we will - make this the default)</p></optdesc> + <p><opt>stat</opt></p> + <optdesc><p>Dump a few statistics about the memory usage of the PulseAudio daemon.</p></optdesc> </option> <option> |