summaryrefslogtreecommitdiffstats
path: root/doc/property_replacer.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-12 13:09:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-12 13:09:27 +0000
commitbc846dc0bddbf0f95c1354927adcb5daaf41ef4c (patch)
tree75c521e5cc0c6cd56f345cc5c02809d7a7689a66 /doc/property_replacer.html
parent35498720c851ff4187832dbf5898886ae97164b0 (diff)
downloadrsyslog-bc846dc0bddbf0f95c1354927adcb5daaf41ef4c.tar.gz
rsyslog-bc846dc0bddbf0f95c1354927adcb5daaf41ef4c.tar.xz
rsyslog-bc846dc0bddbf0f95c1354927adcb5daaf41ef4c.zip
clarified dependency of control character property replacer options to
$EscapeControlCharactersOnReceive
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r--doc/property_replacer.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html
index 3df2fd0b..31ff3c38 100644
--- a/doc/property_replacer.html
+++ b/doc/property_replacer.html
@@ -128,11 +128,20 @@ are defined:</p>
<tr><td><b>escape-cc</b></td><td>replace control characters (ASCII value 127 and
values less then 32) with an escape sequence. The sequnce is &quot;#&lt;charval&gt;&quot;
where charval is the 3-digit decimal value of the control character. For
- example, a tabulator would be replaced by &quot;#009&quot;.</td></tr>
-<tr><td><b>space-cc</b></td><td>replace control characters by spaces</td></tr>
+ example, a tabulator would be replaced by &quot;#009&quot;.<br>
+ Note: using this option requires that
+ <a href="rsconf1_escapecontrolcharactersonreceive.html">$EscapeControlCharactersOnReceive</a>
+ is set to off.</td></tr>
+<tr><td><b>space-cc</b></td><td>replace control characters by spaces<br>
+ Note: using this option requires that
+ <a href="rsconf1_escapecontrolcharactersonreceive.html">$EscapeControlCharactersOnReceive</a>
+ is set to off.</td></tr>
<tr><td><b>drop-cc</b></td><td>drop control characters - the resulting string
will neither contain control characters, escape sequences nor any other
- replacement character like space.</td></tr>
+ replacement character like space.<br>
+ Note: using this option requires that
+ <a href="rsconf1_escapecontrolcharactersonreceive.html">$EscapeControlCharactersOnReceive</a>
+ is set to off.</td></tr>
</table>
<h2>Further Links</h2>