summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-01-19 14:39:24 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-01-19 14:39:24 +0100
commit112b69d983a27a98eacb0d2f90efef287e24a82f (patch)
tree6ce9e597c410195bc40502c337e5b7058fa51488 /doc
parent44ee165390643b6da88dd746de34163e175d24fd (diff)
downloadrsyslog-112b69d983a27a98eacb0d2f90efef287e24a82f.tar.gz
rsyslog-112b69d983a27a98eacb0d2f90efef287e24a82f.tar.xz
rsyslog-112b69d983a27a98eacb0d2f90efef287e24a82f.zip
Fix a typo regarding syslog.h and syslog(3)
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/rsyslog_conf_filter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_filter.html b/doc/rsyslog_conf_filter.html
index 1d30d8ae..841ec9c7 100644
--- a/doc/rsyslog_conf_filter.html
+++ b/doc/rsyslog_conf_filter.html
@@ -48,8 +48,8 @@ in rsyslog and offer the best performance for this job.</p>
facility and a priority, separated by a period (".''). Both parts are
case insensitive and can also be specified as decimal numbers, but
don't do that, you have been warned. Both facilities and priorities are
-described in rsyslog(3). The names mentioned below correspond to the
-similar LOG_-values in /usr/include/rsyslog.h.<br>
+described in syslog(3). The names mentioned below correspond to the
+similar LOG_-values in /usr/include/syslog.h.<br>
<br>
The facility is one of the following keywords: auth, authpriv, cron,
daemon, kern, lpr, mail, mark, news, security (same as auth), syslog,