diff options
author | Michael Biebl <mbiebl@debian.org> | 2012-10-25 18:31:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-25 18:31:08 +0200 |
commit | 02bc178cc2d494a4832ae4b4be758d1782b9d645 (patch) | |
tree | b2b440aa02ba912b01a8e76ebfb95e398dfb7f2a /doc/v6compatibility.html | |
parent | 6bfc397b09eab1269a718f1bf661bb31cadd626b (diff) | |
download | rsyslog-02bc178cc2d494a4832ae4b4be758d1782b9d645.tar.gz rsyslog-02bc178cc2d494a4832ae4b4be758d1782b9d645.tar.bz2 rsyslog-02bc178cc2d494a4832ae4b4be758d1782b9d645.zip |
doc: fix html formatting
Diffstat (limited to 'doc/v6compatibility.html')
-rw-r--r-- | doc/v6compatibility.html | 3 |
1 files changed, 1 insertions, 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). -<h2>Escape Sequences in Script-Based Filters<h2> +<h2>Escape Sequences in Script-Based Filters</h2> <p>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"?). ---------------------------------------------------------------------------- <p>[<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> <p><font size="2">This documentation is part of the <a href="http://www.rsyslog.com/">rsyslog</a> project.<br> |