diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:24:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:24:33 +0000 |
| commit | 2a46092c5ad4c647f0df4bc58795ed744e8252eb (patch) | |
| tree | 0628577610456afe5495ea15d31b0544bbcbd285 /docs/xml/ngx_core_module.xml | |
| parent | c940f5fc99130720a00538637a2bedc4d7472ea1 (diff) | |
| download | nginx-2a46092c5ad4c647f0df4bc58795ed744e8252eb.tar.gz nginx-2a46092c5ad4c647f0df4bc58795ed744e8252eb.tar.bz2 | |
- The module name is now also output as an HTML header.
- Agreed that examples can only contain literal text.
- Agreed to call modules "ngx_*_module".
- Renamed XML element "http-error" to a more general "http-status".
- Fixed text of error codes to match the actual code.
Diffstat (limited to 'docs/xml/ngx_core_module.xml')
| -rw-r--r-- | docs/xml/ngx_core_module.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/xml/ngx_core_module.xml b/docs/xml/ngx_core_module.xml index 2afc3172d..6cd6a1ef9 100644 --- a/docs/xml/ngx_core_module.xml +++ b/docs/xml/ngx_core_module.xml @@ -4,7 +4,7 @@ <module name="Core Module" id="core_module"> -<section name="Example Configuration" id="example"> +<section id="example" name="Example Configuration"> <para> <example> @@ -25,7 +25,7 @@ events { </section> -<section name="Directives" id="directives"> +<section id="directives" name="Directives"> <directive name="daemon"> <syntax>daemon <value>on</value> | <value>off</value></syntax> @@ -57,9 +57,8 @@ of an executable file; </listitem> <listitem> -use of variables by the -<link doc="http/ngx_http_perl_module.xml">http_perl</link> -module; +use of variables by the module +<link doc="http/ngx_http_perl_module.xml">ngx_http_perl_module</link>; </listitem> <listitem> @@ -77,9 +76,9 @@ of an executable file. </para> <para> -The TZ variable is always inherited and made available to the -<link doc="http/ngx_http_perl_module.xml">http_perl</link> -module, unless configured explicitly. +The TZ variable is always inherited and made available to the module +<link doc="http/ngx_http_perl_module.xml">ngx_http_perl_module</link>, +unless configured explicitly. </para> <para> |
