You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/08/26 12:56:01 UTC

svn commit: r989600 - /httpd/httpd/trunk/docs/manual/logs.xml

Author: rjung
Date: Thu Aug 26 10:56:01 2010
New Revision: 989600

URL: http://svn.apache.org/viewvc?rev=989600&view=rev
Log:
Fix missing line break in example.

Example formating is not verbatim.

Modified:
    httpd/httpd/trunk/docs/manual/logs.xml

Modified: httpd/httpd/trunk/docs/manual/logs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml?rev=989600&r1=989599&r2=989600&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml Thu Aug 26 10:56:01 2010
@@ -571,7 +571,7 @@
     to spawn using a shell (usually with <code>/bin/sh -c</code>):</p>
 
     <example>
-      # Invoke "rotatelogs" using a shell
+      # Invoke "rotatelogs" using a shell<br />
       CustomLog "|$/usr/local/apache/bin/rotatelogs
       /var/log/access_log 86400" common
     </example>