summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-13 14:17:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-13 14:17:02 +0200
commit1cd5224a9cd3a036053b185ef3af1be7e0a455d0 (patch)
tree290f150cf7a024467756200c4c857749fa7c52e8
parent4de5aa20bc9620562d93658858903aac86b1ce00 (diff)
downloadrsyslog-1cd5224a9cd3a036053b185ef3af1be7e0a455d0.tar.gz
rsyslog-1cd5224a9cd3a036053b185ef3af1be7e0a455d0.tar.xz
rsyslog-1cd5224a9cd3a036053b185ef3af1be7e0a455d0.zip
doc bugfix: yet another typo
... am I really that dumb... ;)
-rw-r--r--configure.ac2
-rw-r--r--doc/mmsnmptrapd.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6ac6ff65..fb0cff8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[5.8.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.8.1-pre3],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/doc/mmsnmptrapd.html b/doc/mmsnmptrapd.html
index 5dfb392b..699049d3 100644
--- a/doc/mmsnmptrapd.html
+++ b/doc/mmsnmptrapd.html
@@ -51,7 +51,7 @@ to control output modules are also available to mmsnmptrapd.
<ul>
<li><b>$mmsnmptrapdTag</b> [tagname]<br>
tells the module which start string inside the tag to look for. The default is
-"snmptrap". Note that a slash is automatically added to this tag when it comes to
+"snmptrapd". Note that a slash is automatically added to this tag when it comes to
matching incoming messages. It MUST not be given, except if two slashes are required
for whatever reasons (so "tag/" results in a check for "tag//" at the start of
the tag field).