diff xml/en/docs/http/ngx_http_log_module.xml @ 364:bb51d3e17dd0

Style fixed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 10:39:12 +0000
parents a4fa80755eab
children 570b312367bd
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml	Thu Jan 26 22:12:55 2012 +0000
+++ b/xml/en/docs/http/ngx_http_log_module.xml	Fri Jan 27 10:39:12 2012 +0000
@@ -35,9 +35,9 @@
 
 <directive name="access_log">
 <syntax>
-  <value>path</value>
-  [<value>format</value>
-  [<literal>buffer</literal>=<value>size</value>]]</syntax>
+    <value>path</value>
+    [<value>format</value>
+    [<literal>buffer</literal>=<value>size</value>]]</syntax>
 <syntax><literal>off</literal></syntax>
 <default>log/access.log combined</default>
 <context>http</context>
@@ -49,8 +49,8 @@
 <para>
 Sets the path, format, and buffer size for the buffered log writes.
 Several logs can be specified on the same level.
-The special value <literal>off</literal> cancels all <literal>access_log</literal>
-directives on the current level.
+The special value <literal>off</literal> cancels all
+<literal>access_log</literal> directives on the current level.
 If format is not specified then the predefined format
 “<literal>combined</literal>” is used.
 </para>
@@ -200,6 +200,7 @@
 
 </directive>
 
+
 <directive name="open_log_file_cache">
 
 <syntax>