]> granicus.if.org Git - apache/commitdiff
Fix missing line break in example.
authorRainer Jung <rjung@apache.org>
Thu, 26 Aug 2010 10:56:01 +0000 (10:56 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 26 Aug 2010 10:56:01 +0000 (10:56 +0000)
Example formating is not verbatim.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989600 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.xml

index 2cd776f524511b361c98e067b6f81a1701a8a72c..d6d8a2768bacc32f5d881e2c233ea56b584011a2 100644 (file)
     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>