diff options
author | poljar <poljarinho@gmail.com> | 2012-05-30 14:27:25 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-06-04 18:31:42 +0300 |
commit | 48f4c8ab8f2f7878bf6816ad166f036037f841b2 (patch) | |
tree | fe47c6fed32c6ff53d1397a3c8d0268afe58a2e6 /man | |
parent | fdfea553fd77cefe953a1e51afd0b27c8e330d25 (diff) |
pactl: Add unloading modules by name.
pactl should allow unloading modules by name.
If there are multiple modules with the same name all
of them will be unloaded.
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=48289
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index 86e76099b..5670f4304 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -119,8 +119,8 @@ USA. </option> <option> - <p><opt>unload-module</opt> <arg>ID</arg></p> - <optdesc><p>Unload the module instance identified by the specified numeric index.</p></optdesc> + <p><opt>unload-module</opt> <arg>ID|NAME</arg></p> + <optdesc><p>Unload the module instance identified by the specified numeric index or unload all modules by the specified name.</p></optdesc> </option> <option> |