[pkg-java] r3310 - trunk/commons-daemon/src/native/unix/man
    Marcus Better 
    marcusb-guest at alioth.debian.org
       
    Mon Apr 23 13:22:56 UTC 2007
    
    
  
Author: marcusb-guest
Date: 2007-04-23 13:22:55 +0000 (Mon, 23 Apr 2007)
New Revision: 3310
Modified:
   trunk/commons-daemon/src/native/unix/man/jsvc.1.xml
Log:
Document SYSLOG usage.
Modified: trunk/commons-daemon/src/native/unix/man/jsvc.1.xml
===================================================================
--- trunk/commons-daemon/src/native/unix/man/jsvc.1.xml	2007-04-23 13:19:02 UTC (rev 3309)
+++ trunk/commons-daemon/src/native/unix/man/jsvc.1.xml	2007-04-23 13:22:55 UTC (rev 3310)
@@ -130,15 +130,19 @@
       <varlistentry>
         <term><option>-outfile</option> /full/path/to/file</term>
         <listitem>
-          <para>Location for output from stdout (defaults to /dev/null). Use 
-            the value '&2' to simulate '1>&2'</para>
+          <para>Location for output from stdout (defaults to
+            /dev/null). Use the value '&2' to simulate
+            '1>&2', or 'SYSLOG' to send output to the system
+            log.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><option>-errfile</option> /full/path/to/file</term>
         <listitem>
-          <para>Location for output from stderr (defaults to /dev/null). Use 
-            the value '&1' to simulate '2>&1'</para>
+          <para>Location for output from stderr (defaults to
+            /dev/null). Use the value '&1' to simulate
+            '2>&1', or 'SYSLOG' to send output to the system
+            log.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
    
    
More information about the pkg-java-commits
mailing list