diff xml/en/docs/http/ngx_http_limit_req_module.xml @ 288:b33d3f3cd8ca

Removed terminal whitespace.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Dec 2011 07:52:41 +0000
parents 4c6d2c614d2c
children a4fa80755eab
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
@@ -102,7 +102,7 @@ desired, the parameter <literal>nodelay<
 
 <para>
 Sets the desired logging level for cases when the server limits
-the number of requests, or delays request processing. 
+the number of requests, or delays request processing.
 Delays are logged with the level one less than limits; for example,
 if “<literal>limit_req_log_level notice</literal>” is specified,
 delays are logged with the <literal>info</literal> level.
@@ -123,7 +123,7 @@ delays are logged with the <literal>info
 Sets the parameters for a zone that keeps states for various keys.
 This state stores the current number of requests in particular.
 The key is the value of the specified variable.
-Example usage: 
+Example usage:
 <example>
 limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
 </example>