From f4fc86109ca41db9cfdec2faa856af5c5489a2e9 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 4 Nov 2011 00:55:29 +1300 Subject: [PATCH] Docs: correct syntax for UDP/TCP log module parameters --- src/cf.data.pre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 672a942b7a..6388d9cf3d 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3173,11 +3173,11 @@ DOC_START udp To send each log line as text data to a UDP receiver. Place: The destination host name or IP and port. - Place Format: \\host:port + Place Format: //host:port tcp To send each log line as text data to a TCP receiver. Place: The destination host name or IP and port. - Place Format: \\host:port + Place Format: //host:port Default: access_log daemon:@DEFAULT_ACCESS_LOG@ squid -- 2.47.3