changeset 509:0e55c9a48da9

Trimmed space at EOL.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Apr 2012 11:14:21 +0000
parents 5e332fafd228
children 95674745cd55
files xml/en/docs/howto_setup_development_environment_on_ec2.xml xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_limit_req_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/install.xml
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_setup_development_environment_on_ec2.xml	Tue Apr 24 11:09:33 2012 +0000
+++ b/xml/en/docs/howto_setup_development_environment_on_ec2.xml	Tue Apr 24 11:14:21 2012 +0000
@@ -21,7 +21,7 @@
 To set up a development environment:
 <list type="bullet">
 <listitem>
-Follow the 
+Follow the
 <link url="http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/Welcome.html">
 Get Started with EC2</link> guide to sign up to AWS and
 launch your EC2 instance. Only Amazon Linux is supported, so please
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Apr 24 11:09:33 2012 +0000
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Apr 24 11:14:21 2012 +0000
@@ -305,7 +305,7 @@
 </para>
 
 <para>
-To minimize the number of accesses to FastCGI servers when 
+To minimize the number of accesses to FastCGI servers when
 populating a new cache element, the <link id="fastcgi_cache_lock"/>
 directive can be used.
 </para>
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml	Tue Apr 24 11:09:33 2012 +0000
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml	Tue Apr 24 11:14:21 2012 +0000
@@ -122,7 +122,7 @@
 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 any non-empty value of the specified variable
-(empty values are not accounted). 
+(empty values are not accounted).
 Example usage:
 <example>
 limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Apr 24 11:09:33 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Apr 24 11:14:21 2012 +0000
@@ -303,7 +303,7 @@
 </para>
 
 <para>
-Чтобы минимизировать число обращений к FastCGI-серверам при 
+Чтобы минимизировать число обращений к FastCGI-серверам при
 заполнении нового элемента кэша, можно воспользоваться директивой
 <link id="fastcgi_cache_lock"/>.
 </para>
--- a/xml/ru/docs/install.xml	Tue Apr 24 11:09:33 2012 +0000
+++ b/xml/ru/docs/install.xml	Tue Apr 24 11:14:21 2012 +0000
@@ -184,7 +184,7 @@
 <para>
 <literal>--with-pcre-jit</literal>&mdash;собирает библиотеку PCRE с
 поддержкой JIT-компиляции (1.1.12, см.
-<link doc="ngx_core_module.xml" id="pcre_jit"/>). 
+<link doc="ngx_core_module.xml" id="pcre_jit"/>).
 </para>
 </listitem>