diff xml/ru/docs/http/ngx_http_perl_module.xml @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +0000
parents 1d315ef37215
children 56457a474903
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_perl_module.xml
+++ b/xml/ru/docs/http/ngx_http_perl_module.xml
@@ -191,7 +191,7 @@ 1;
 <section name="Директивы" id="directives">
 
 <directive name="perl">
-<syntax>perl <value>модуль::функция|'sub { ... }'</value></syntax>
+<syntax><value>модуль::функция|'sub { ... }'</value></syntax>
 <default/>
 <context>location, limit_except</context>
 
@@ -203,7 +203,7 @@ 1;
 
 
 <directive name="perl_modules">
-<syntax>perl_modules <value>путь</value></syntax>
+<syntax><value>путь</value></syntax>
 <default/>
 <context>http</context>
 
@@ -215,7 +215,7 @@ 1;
 
 
 <directive name="perl_require">
-<syntax>perl_require <value>модуль</value></syntax>
+<syntax><value>модуль</value></syntax>
 <default/>
 <context>http</context>
 
@@ -228,7 +228,7 @@ 1;
 
 
 <directive name="perl_set">
-<syntax>perl_set <value>$переменная</value>
+<syntax><value>$переменная</value>
         <value>модуль::функция|'sub { ... }'</value>
 </syntax>
 <default/>