diff xml/en/docs/http/ngx_http_memcached_module.xml @ 1622:c4c1dddfedac

Unified *_pass address descriptions.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 17:42:48 +0300
parents 91a064bdb4f9
children 9c98c4498f08
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_memcached_module.xml	Thu Dec 10 00:13:04 2015 +0300
+++ b/xml/en/docs/http/ngx_http_memcached_module.xml	Thu Dec 10 17:42:48 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_memcached_module"
         link="/en/docs/http/ngx_http_memcached_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -241,7 +241,8 @@
 
 <para>
 Sets the memcached server address.
-The address can be specified as a domain name or an address, and a port:
+The address can be specified as a domain name or IP address,
+and a port:
 <example>
 memcached_pass localhost:11211;
 </example>