From 1652cc3105c551152b43c0129e157843472311c4 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Fri, 17 Nov 2006 13:51:59 +0000
Subject: doc update for new escape-cc, drop-cc and space-cc property replacer
options
---
doc/property_replacer.html | 9 ++++++++-
doc/rsyslog_packages.html | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/doc/property_replacer.html b/doc/property_replacer.html
index 32cfceec..4f45ef84 100644
--- a/doc/property_replacer.html
+++ b/doc/property_replacer.html
@@ -81,7 +81,14 @@ are defined:
date-mysql | format as mysql date |
date-rfc3164 | format as RFC 3164 date |
date-rfc3339 | format as RFC 3339 date |
-escape-cc | NOT yet implemented |
+escape-cc | replace control characters (ASCII value 127 and
+ values less then 32) with an escape sequence. The sequnce is "#<charval>"
+ where charval is the 3-digit decimal value of the control character. For
+ example, a tabulator would be replaced by "#009". |
+space-cc | replace control characters by spaces |
+drop-cc | drop control characters - the resulting string
+ will neither contain control characters, escape sequences nor any other
+ replacement character like space. |
rsyslog packages
--
cgit v1.2.3
diff --git a/doc/rsyslog_packages.html b/doc/rsyslog_packages.html
index 8004c9db..6bf03c5c 100644
--- a/doc/rsyslog_packages.html
+++ b/doc/rsyslog_packages.html
@@ -1,6 +1,6 @@