]> code.delx.au - pulseaudio/commitdiff
manpage: document --log-target=file:PATH
authorPeter Meerwald <pmeerw@pmeerw.net>
Sun, 8 Jan 2012 12:16:49 +0000 (13:16 +0100)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 28 Jan 2012 15:38:02 +0000 (17:38 +0200)
man/pulseaudio.1.xml.in

index ab5fa05ab4aeca8d487794a3c51f22c1fee948cc..6a658ff770156528764c902ae5e31d541397ba60 100644 (file)
@@ -217,12 +217,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>