diff xml/en/docs/syslog.xml @ 1621:54fa47139017

Made the syslog:server= description more like in upstream server.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 00:13:04 +0300
parents be92e50c52ac
children 66a30a380fba
line wrap: on
line diff
--- a/xml/en/docs/syslog.xml	Thu Dec 10 00:09:49 2015 +0300
+++ b/xml/en/docs/syslog.xml	Thu Dec 10 00:13:04 2015 +0300
@@ -9,7 +9,7 @@
 <article name="Logging to syslog"
          link="/en/docs/syslog.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 <section>
 
@@ -25,11 +25,10 @@
 <tag-name><literal>server=</literal><value>address</value></tag-name>
 <tag-desc>
 Defines the address of a syslog server.
-The address can be specified as a domain name, IP address, or
-a UNIX-domain socket path (specified after the “<literal>unix:</literal>”
-prefix).
-With a domain name or IP address, the UDP port can be specified.
-If port is not specified, the port 514 is used.
+The address can be specified as a domain name or IP address,
+with an optional port, or as a UNIX-domain socket path
+specified after the “<literal>unix:</literal>” prefix.
+If port is not specified, the UDP port 514 is used.
 If a domain name resolves to several IP addresses, the first resolved
 address is used.
 </tag-desc>