diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 06:23:29 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 06:23:29 +0000 |
commit | 594ef8b85342fcb2aab5ac1d39623a07d643c921 (patch) | |
tree | 6dee915257901efd4de79fcd96a1ebba81fa4642 | |
parent | 34d93b8dd0e4a95b681020fe6e9873a3d27946f9 (diff) | |
download | rsyslog-594ef8b85342fcb2aab5ac1d39623a07d643c921.tar.gz rsyslog-594ef8b85342fcb2aab5ac1d39623a07d643c921.tar.xz rsyslog-594ef8b85342fcb2aab5ac1d39623a07d643c921.zip |
updated doc to refelect new regex capability in filters
-rw-r--r-- | doc/rsyslog_conf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 6d94ea36..f1165619 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -382,7 +382,7 @@ brief, the syntax is as follows:</p> </tr> <tr> <td>regex</td> - <td><b>NOT YET IMPLEMENTED</b> - value holds an regular expression</td> + <td>Compares the property against the provided regular expression.</td> </tr> </table> <p>You can use the bang-character (!) immediately in front of a |