From: Amos Jeffries Date: Thu, 3 Nov 2011 11:55:29 +0000 (+1300) Subject: Docs: correct syntax for UDP/TCP log module parameters X-Git-Tag: BumpSslServerFirst.take01~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4fc86109ca41db9cfdec2faa856af5c5489a2e9;p=thirdparty%2Fsquid.git Docs: correct syntax for UDP/TCP log module parameters --- 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