summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-17 12:10:42 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-17 12:10:42 +0100
commitfda410032cd6732039914fae7cda37645cb75465 (patch)
tree010c531a3d76e10da253cd7f12d7cfca4de9dec1 /doc
parent667713a51ab19575b40c05a563295cab96eaf5fc (diff)
downloadrsyslog-fda410032cd6732039914fae7cda37645cb75465.tar.gz
rsyslog-fda410032cd6732039914fae7cda37645cb75465.tar.xz
rsyslog-fda410032cd6732039914fae7cda37645cb75465.zip
some more slight improvements to the doc
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.html2
-rw-r--r--doc/rsyslog_conf.html9
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/manual.html b/doc/manual.html
index c412524b..9ffa7d5b 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -38,7 +38,7 @@ if you do not read the doc, but doing so will definitely improve your experience
<p><b>Follow the links below for the</b></p>
<ul>
<li><a href="troubleshoot.html">troubleshooting rsyslog problems</a></li>
-<li><a href="rsyslog_conf.html">configuration file syntax (rsyslog.conf)</a></li>
+<li><a href="rsyslog_conf.html">configuration file format (rsyslog.conf)</a></li>
<li><a href="http://www.rsyslog.com/tool-regex">a regular expression checker/generator tool for rsyslog</a></li>
<li> <a href="property_replacer.html">property replacer, an important core component</a></li>
<li><a href="bugs.html">rsyslog bug list</a></li>
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 6ee6529b..b8b69934 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><title>rsyslog.conf file</title></head>
+<html><head><title>rsyslog.conf configuration file</title></head>
<body>
<h1>rsyslog.conf configuration file</h1>
<p><b>This document is currently being enhanced. Please
@@ -8,7 +8,12 @@ pardon its current appearance.</b></p>
typically found in /etc. By default, rsyslogd reads the file
/etc/rsyslog.conf. This may be changed by a command line option.</p>
<p><a href="http://wiki.rsyslog.com/index.php/Configuration_Samples">
-Configuration file examples can be found in the rsyslog wiki</a>.</p>
+Configuration file examples can be found in the rsyslog wiki</a>. Also
+keep the
+<a href="http://www.rsyslog.com/config-snippets/">rsyslog config snippets</a>
+on your mind. These are ready-to-use
+real building blocks for rsyslog configuration.
+</p>
<p>While rsyslogd contains enhancements over standard syslogd,
efforts have been made to keep the configuration file as compatible as
possible. While, for obvious reasons, <a href="features.html">enhanced