From 2a46092c5ad4c647f0df4bc58795ed744e8252eb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 15 Sep 2011 08:24:33 +0000 Subject: - 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. --- docs/xml/ngx_core_module.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'docs/xml/ngx_core_module.xml') 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 @@ -
+
@@ -25,7 +25,7 @@ events {
-
+
daemon on | off @@ -57,9 +57,8 @@ of an executable file; -use of variables by the -http_perl -module; +use of variables by the module +ngx_http_perl_module; @@ -77,9 +76,9 @@ of an executable file. -The TZ variable is always inherited and made available to the -http_perl -module, unless configured explicitly. +The TZ variable is always inherited and made available to the module +ngx_http_perl_module, +unless configured explicitly. -- cgit