summaryrefslogtreecommitdiffstats
path: root/plugins
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 /plugins
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>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imklog/linux.c2
1 files changed, 1 insertions, 1 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);
}