summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-07-18 16:20:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-21 15:34:38 +0200
commit01e15eda3353c604f9d1f569a8ec3acf60187aa0 (patch)
treef720daeced603b4603b414fe628f6d920dbc6758
parent73abfd1fad59ffc426072bac779e4c0f4c712619 (diff)
downloadrsyslog-01e15eda3353c604f9d1f569a8ec3acf60187aa0.tar.gz
rsyslog-01e15eda3353c604f9d1f569a8ec3acf60187aa0.tar.xz
rsyslog-01e15eda3353c604f9d1f569a8ec3acf60187aa0.zip
Update man pages, fix a small typo
- Update the version number and date in the man pages - s/imklogd/imklog/ Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r--plugins/imklog/linux.c2
-rw-r--r--rsyslog.conf.52
-rw-r--r--rsyslogd.82
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/imklog/linux.c b/plugins/imklog/linux.c
index 25f012c3..faf20134 100644
--- a/plugins/imklog/linux.c
+++ b/plugins/imklog/linux.c
@@ -140,7 +140,7 @@ static enum LOGSRC GetKernelLogSrc(void)
{
/* Initialize kernel logging. */
ksyslog(1, NULL, 0);
- imklogLogIntMsg(LOG_INFO, "imklogd %s, log source = ksyslog "
+ imklogLogIntMsg(LOG_INFO, "imklog %s, log source = ksyslog "
"started.", VERSION);
return(kernel);
}
diff --git a/rsyslog.conf.5 b/rsyslog.conf.5
index dd80fca0..122f3c84 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 "07 April 2008" "Version 3.17.0" "Linux System Administration"
+.TH RSYSLOG.CONF 5 "11 July 2008" "Version 3.18.0" "Linux System Administration"
.SH NAME
rsyslog.conf \- rsyslogd(8) configuration file
.SH DESCRIPTION
diff --git a/rsyslogd.8 b/rsyslogd.8
index a1395d73..91f2016e 100644
--- a/rsyslogd.8
+++ b/rsyslogd.8
@@ -1,7 +1,7 @@
.\" Copyright 2004-2008 Rainer Gerhards and Adiscon for the rsyslog modifications
.\" May be distributed under the GNU General Public License
.\"
-.TH RSYSLOGD 8 "07 April 2008" "Version 3.17.0" "Linux System Administration"
+.TH RSYSLOGD 8 "11 July 2008" "Version 3.18.0" "Linux System Administration"
.SH NAME
rsyslogd \- reliable and extended syslogd
.SH SYNOPSIS