diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-03-27 23:31:55 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-03-27 23:31:55 +0000 | 
| commit | 39de4dd53f37deaddce3e24965dba2042b945b5b (patch) | |
| tree | d27d7e74d90b023d1679b6619a63f8c4f24012a8 | |
| parent | bc582401e0316b5cc8db9112335389fee6ed4cfc (diff) | |
merge r2109 from trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2163 fefdeb5f-60dc-0310-8127-8f9354f1896f
| -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> | 
