summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-20 10:17:44 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-20 10:17:44 +0000
commitdafc787bc6f3bc7d220312bcedc3c4b5990852f8 (patch)
treee5c9722842018d5fe7fc2527c3c35a114abb2213 /doc
parentf02d615052e325616d7042096cea6e5247a980dc (diff)
downloadrsyslog-dafc787bc6f3bc7d220312bcedc3c4b5990852f8.tar.gz
rsyslog-dafc787bc6f3bc7d220312bcedc3c4b5990852f8.tar.xz
rsyslog-dafc787bc6f3bc7d220312bcedc3c4b5990852f8.zip
added support for C-like inline comments (/* comment... */)
Diffstat (limited to 'doc')
-rw-r--r--doc/expression.html2
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>