From dafc787bc6f3bc7d220312bcedc3c4b5990852f8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 20 Feb 2008 10:17:44 +0000 Subject: added support for C-like inline comments (/* comment... */) --- doc/expression.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 @@

Expressions

Rsyslog supports expressions at a growing number of places. So -far, they are supported for filtering messages.

+far, they are supported for filtering messages.

C-like comments (/* some comment */) are supported inside the expression, but not yet in the rest of the configuration file.

Formal Definition

-- cgit