changeset 249:0f43f2c32c0b

Fixed some nits.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Dec 2011 11:45:32 +0000
parents c9349a06b234
children 060ec6378974
files xml/en/docs/ngx_core_module.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml	Mon Dec 19 11:35:29 2011 +0000
+++ b/xml/en/docs/ngx_core_module.xml	Mon Dec 19 11:45:32 2011 +0000
@@ -82,7 +82,7 @@
 to be logged.
 <note>
 For <value>debug</value> logging to work, nginx needs to
-be configured with <code>--with-debug</code>.
+be built with <code>--with-debug</code>.
 </note>
 </para>
 
@@ -90,7 +90,7 @@
 
 
 <directive name="env">
-<syntax><argument>VAR</argument>[=<argument>VALUE</argument>]</syntax>
+<syntax><argument>variable</argument>[=<argument>value</argument>]</syntax>
 <default>TZ</default>
 <context>main</context>
 
@@ -141,6 +141,7 @@
 
 </directive>
 
+
 <directive name="include">
 <syntax><argument>file</argument> | <argument>mask</argument></syntax>
 <default/>