changeset 243:b4afc16d1071

Added missing markup bits.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Dec 2011 13:26:56 +0000
parents b5a290f9d41c
children 9e2be02df2ce
files xml/en/docs/http/ngx_http_limit_req_module.xml xml/ru/docs/http/ngx_http_limit_req_module.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml
@@ -9,7 +9,8 @@
 <section id="summary">
 
 <para>
-The module ngx_http_limit_req_module (0.7.21) allow to limit the number
+The <code>ngx_http_limit_req_module</code> module (0.7.21) allows
+to limit the number
 of requests per defined key, in particular, the number of requests
 from a single IP address.
 The limitation is done using the “leaky bucket” method.
--- a/xml/ru/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/ru/docs/http/ngx_http_limit_req_module.xml
@@ -9,7 +9,8 @@
 <section id="summary">
 
 <para>
-Модуль ngx_http_limit_req_module (0.7.21) позволяет ограничить число запросов
+Модуль <code>ngx_http_limit_req_module</code> (0.7.21) позволяет
+ограничить число запросов
 по заданному ключу или, как частный случай, число запросов с одного IP-адреса.
 Ограничение делается с помощью метода “leaky bucket”.
 </para>