You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2005/10/03 13:28:44 UTC

svn commit: r293309 - in /httpd/httpd/trunk/docs/manual/programs: other.html.en other.xml

Author: rbowen
Date: Mon Oct  3 04:28:40 2005
New Revision: 293309

URL: http://svn.apache.org/viewcvs?rev=293309&view=rev
Log:
Actually show hot to use this.

Modified:
    httpd/httpd/trunk/docs/manual/programs/other.html.en
    httpd/httpd/trunk/docs/manual/programs/other.xml

Modified: httpd/httpd/trunk/docs/manual/programs/other.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/other.html.en?rev=293309&r1=293308&r2=293309&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.html.en Mon Oct  3 04:28:40 2005
@@ -49,6 +49,9 @@
 
     <p>The combined log file is read from stdin. Records read will be appended
     to any existing log files.</p>
+
+    <div class="example"><p><code>split-logfile &lt; access_log</code></p></div>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |

Modified: httpd/httpd/trunk/docs/manual/programs/other.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/other.xml?rev=293309&r1=293308&r2=293309&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.xml Mon Oct  3 04:28:40 2005
@@ -49,6 +49,9 @@
 
     <p>The combined log file is read from stdin. Records read will be appended
     to any existing log files.</p>
+
+    <example>split-logfile &lt; access_log</example>
+
 </section>
 
 </manualpage>