From 02bc178cc2d494a4832ae4b4be758d1782b9d645 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 25 Oct 2012 18:31:08 +0200 Subject: doc: fix html formatting --- doc/v6compatibility.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html index edb6dedf..7ce8c001 100644 --- a/doc/v6compatibility.html +++ b/doc/v6compatibility.html @@ -181,7 +181,7 @@ As you see, here you may include spaces between user names. so it is a wise decision to change config files at least to the legacy format (with ":omusrmsg:" in front of the name). -

Escape Sequences in Script-Based Filters

+

Escape Sequences in Script-Based Filters

In v5, escape sequences were very simplistic. Inside a string, "\x" meant "x" with x being any character. This has been changed so that the usual set of escapes is supported, must importantly "\n", "\t", "\xhh" (with hh being hex digits) @@ -189,7 +189,6 @@ and "\ooo" with (o being octal digits). So if one of these sequences was used previously, results are obviously different. However, that should not create any real problems, because it is hard to envision why someone should have done that (why write "\n" when you can also write "n"?). ----------------------------------------------------------------------------

[manual index] [rsyslog site]

This documentation is part of the rsyslog project.
-- cgit v1.2.3