diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 10:17:44 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 10:17:44 +0000 |
commit | dafc787bc6f3bc7d220312bcedc3c4b5990852f8 (patch) | |
tree | e5c9722842018d5fe7fc2527c3c35a114abb2213 /doc/expression.html | |
parent | f02d615052e325616d7042096cea6e5247a980dc (diff) | |
download | rsyslog-dafc787bc6f3bc7d220312bcedc3c4b5990852f8.tar.gz rsyslog-dafc787bc6f3bc7d220312bcedc3c4b5990852f8.tar.xz rsyslog-dafc787bc6f3bc7d220312bcedc3c4b5990852f8.zip |
added support for C-like inline comments (/* comment... */)
Diffstat (limited to 'doc/expression.html')
-rw-r--r-- | doc/expression.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/expression.html b/doc/expression.html index dbb9f68c..6298b74a 100644 --- a/doc/expression.html +++ b/doc/expression.html @@ -6,7 +6,7 @@ <body> <h1>Expressions</h1> <p>Rsyslog supports expressions at a growing number of places. So -far, they are supported for filtering messages.</p> +far, they are supported for filtering messages.</p><p>C-like comments (/* some comment */) are supported <span style="font-weight: bold;">inside</span> the expression, but not yet in the rest of the configuration file.</p> <p></p> <h2>Formal Definition</h2> |