From 01e15eda3353c604f9d1f569a8ec3acf60187aa0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 18 Jul 2008 16:20:01 +0200 Subject: 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 --- plugins/imklog/linux.c | 2 +- rsyslog.conf.5 | 2 +- rsyslogd.8 | 2 +- 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 -- cgit v1.2.3