From 1edd0c29aae07ca22f59a460bfa7b804e7570f91 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 13 Sep 2005 06:23:03 +0000 Subject: minor doc updates --- AUTHORS | 5 +++++ doc/status.html | 6 +++--- rsyslog.conf.5 | 2 +- rsyslogd.8 | 2 +- syslogd.c | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4c00f6ce..dfe1f9a3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,7 @@ Rainer Gerhards , Adiscon GmbH Michael Meckelein , Adiscon GmbH + +Contributors +Andres Riancho + - supplied regexp functionality for the property replacer - a great feature. + thanks! diff --git a/doc/status.html b/doc/status.html index a1346ca8..d7cef02e 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,10 +4,10 @@

rsyslog status page

-

This page reflects the status as of 2005-09-05.

+

This page reflects the status as of 2005-09-12.

Current Release

-

0.9.8 - change log - -download +

1.0.0 - change log - +download (How are versions named?)

Platforms

    diff --git a/rsyslog.conf.5 b/rsyslog.conf.5 index 0de1c7fc..6046f3d9 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 "2005-08-08" "Version 0.9.6" "Linux System Administration" +.TH RSYSLOG.CONF 5 "12 September 2005" "Version 1.10.0 (unstable)" "Linux System Administration" .SH NAME rsyslog.conf \- rsyslogd(8) configuration file .SH DESCRIPTION diff --git a/rsyslogd.8 b/rsyslogd.8 index 64eac3d5..7423edec 100644 --- a/rsyslogd.8 +++ b/rsyslogd.8 @@ -1,7 +1,7 @@ .\" Copyright 2004-2005 Rainer Gerhards and Adiscon for the rsyslog modifications .\" May be distributed under the GNU General Public License .\" -.TH RSYSLOGD 8 "08 August 2005" "Version 0.9.6" "Linux System Administration" +.TH RSYSLOGD 8 "12 September 2005" "Version 1.10.0 (unstable)" "Linux System Administration" .SH NAME rsyslogd \- reliable and extended syslogd .SH SYNOPSIS diff --git a/syslogd.c b/syslogd.c index ed422fae..a5f890c9 100644 --- a/syslogd.c +++ b/syslogd.c @@ -4748,7 +4748,7 @@ void cflineParseTemplateName(struct filed *f, char** pp, while(*p && isspace(*p)) ++p; - i = 1; /* we start at 1 so that we resever space for the '\0'! */ + i = 1; /* we start at 1 so that we reserve space for the '\0'! */ while(*p && i < iLenTemplate) { *pTemplateName++ = *p++; ++i; -- cgit