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
+++ b/xml/en/docs/ngx_core_module.xml
@@ -82,7 +82,7 @@ cause <value>error</value>, <value>crit<
 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 @@ be configured with <code>--with-debug</c
 
 
 <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 @@ env OPENSSL_ALLOW_PROXY_CERTS=1;
 
 </directive>
 
+
 <directive name="include">
 <syntax><argument>file</argument> | <argument>mask</argument></syntax>
 <default/>