From 5552139402dbf5f76fddccb864770edcdf5dec2f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 15 Feb 2008 13:33:08 +0000 Subject: explicitly recommend the usage of -- in the pasuspender command line, Closes #203 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2109 fefdeb5f-60dc-0310-8127-8f9354f1896f --- man/pasuspender.1.xml.in | 7 +++++++ 1 file changed, 7 insertions(+) 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. pasuspender will suspend access to the audio devices, fork a child process, and when the child process terminates, resume access again.

+ +

Make sure to include -- in + your pasuspender command line before passing the + subprocess command line (as shown + above). Otherwise pasuspender itself might end up + interpreting the command line switches and options you intended to + pass to the subprocess.

-- cgit