On Sun, 2012-01-08 at 13:16 +0100, Peter Meerwald wrote: > --- > man/pulseaudio.1.xml.in | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in > index b9c2c31..f522c13 100644 > --- a/man/pulseaudio.1.xml.in > +++ b/man/pulseaudio.1.xml.in > @@ -218,12 +218,13 @@ USA. > </option> > > <option> > - <p><opt>--log-target</opt><arg>={auto,syslog,stderr}</arg></p> > + <p><opt>--log-target</opt><arg>={auto,syslog,stderr,file:PATH}</arg></p> > > <optdesc><p>Specify the log target. If set to <arg>auto</arg> > (which is the default), then logging is directed to syslog when > <opt>--daemonize</opt> is passed, otherwise to > - STDERR.</p></optdesc> > + STDERR. If set to <arg>file:PATH</arg>, logging is directed to > + the file indicated by PATH.</p></optdesc> > </option> > > <option> Pushed, thanks! -- Tanu