diff xml/en/docs/syslog.xml @ 1466:564bfa1ef994

Clarify that our syslog logging talks over UDP.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 24 Apr 2015 10:29:58 +0300
parents 4e89518a5999
children 8df0327a1c87
line wrap: on
line diff
--- a/xml/en/docs/syslog.xml
+++ b/xml/en/docs/syslog.xml
@@ -9,7 +9,7 @@
 <article name="Logging to syslog"
          link="/en/docs/syslog.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section>
 
@@ -28,7 +28,7 @@ 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 port can be specified.
+With a domain name or IP address, the UDP port can be specified.
 If port is not specified, the port 514 is used.
 If a domain name resolves to several IP addresses, the first resolved
 address is used.