diff options
| -rw-r--r-- | man/pasuspender.1.xml.in | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/man/pasuspender.1.xml.in b/man/pasuspender.1.xml.in index 8a73343a..406dfe60 100644 --- a/man/pasuspender.1.xml.in +++ b/man/pasuspender.1.xml.in @@ -38,6 +38,13 @@ USA.      applications access them directly. <file>pasuspender</file> will      suspend access to the audio devices, fork a child process, and      when the child process terminates, resume access again.</p> + +    <p>Make sure to include <opt>--</opt> in +    your <file>pasuspender</file> command line before passing the +    subprocess command line (as shown +    above). Otherwise <file>pasuspender</file> itself might end up +    interpreting the command line switches and options you intended to +    pass to the subprocess.</p>    </description>    <options> | 
