diff xml/en/docs/mail/ngx_mail_core_module.xml @ 1489:9f9b8543b946

Relocated phrase in mail listen directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 25 May 2015 14:29:10 +0300
parents 0a1c5a087556
children b628e042a15e
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_core_module.xml
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -105,6 +105,11 @@ listen unix:/var/run/nginx.sock;
 </para>
 
 <para>
+Different servers must listen on different
+<value>address</value>:<value>port</value> pairs.
+</para>
+
+<para>
 The <literal>ssl</literal> parameter allows specifying that all
 connections accepted on this port should work in SSL mode.
 </para>
@@ -177,11 +182,6 @@ and set the probes count (<c-def>TCP_KEE
 </list>
 </para>
 
-<para>
-Different servers must listen on different
-<value>address</value>:<value>port</value> pairs.
-</para>
-
 </directive>