summaryrefslogtreecommitdiffstats
path: root/rsyslog.conf.5
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-12 17:08:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-12 17:08:27 +0000
commit65cfcdb3db6297862acc45d2daa3c2d66c0795e1 (patch)
tree8b1dcf6f63d702f37933b0ddea8e8288ca830b63 /rsyslog.conf.5
parent69dc3a4e56777340841c915c2e7c03af5c9ca82c (diff)
downloadrsyslog-65cfcdb3db6297862acc45d2daa3c2d66c0795e1.tar.gz
rsyslog-65cfcdb3db6297862acc45d2daa3c2d66c0795e1.tar.xz
rsyslog-65cfcdb3db6297862acc45d2daa3c2d66c0795e1.zip
fixed man errors thanks to Michael Biebl
Diffstat (limited to 'rsyslog.conf.5')
-rw-r--r--rsyslog.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/rsyslog.conf.5 b/rsyslog.conf.5
index 7f6ca98b..6f5acc14 100644
--- a/rsyslog.conf.5
+++ b/rsyslog.conf.5
@@ -527,7 +527,7 @@ extract from a position until the end of the string, you can place a dollar-sign
(e.g. %msg:10:$%, which will extract from position 10 to the end of the string).
There is also support for
-.Bregular expressions.
+.B regular expressions.
To use them, you need to place a "R" into FromChar.
This tells rsyslog that a regular expression instead of position-based extraction is desired. The
actual regular expression