summaryrefslogtreecommitdiffstats
path: root/rsyslog.conf.5
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-13 07:11:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-13 07:11:21 +0000
commit1a4ea8dc01a946ad48a0e85808d3e09d047c98d3 (patch)
treee6d80812fb0a2766e06ad02ad19c4805f47020bf /rsyslog.conf.5
parent8eceb79ccdd1177a89c30a386916b64ef4df433b (diff)
downloadrsyslog-1a4ea8dc01a946ad48a0e85808d3e09d047c98d3.tar.gz
rsyslog-1a4ea8dc01a946ad48a0e85808d3e09d047c98d3.tar.xz
rsyslog-1a4ea8dc01a946ad48a0e85808d3e09d047c98d3.zip
improved man pages thank to Michael Biebl for the patch
Diffstat (limited to 'rsyslog.conf.5')
-rw-r--r--rsyslog.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/rsyslog.conf.5 b/rsyslog.conf.5
index 7f6ca98b..a21aca0f 100644
--- a/rsyslog.conf.5
+++ b/rsyslog.conf.5
@@ -17,7 +17,7 @@
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
.\"
-.TH RSYSLOG.CONF 5 "04 September 2007" "Version 1.19.4" "Linux System Administration"
+.TH RSYSLOG.CONF 5 "12 February 2008" "Version 2.0.2" "Linux System Administration"
.SH NAME
rsyslog.conf \- rsyslogd(8) configuration file
.SH DESCRIPTION
@@ -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