diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:20:18 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:20:18 +0000 |
commit | c5f99dc22253e5bd1adbfbfa7c3fd842554b9016 (patch) | |
tree | b278b6bf78bf0c31fba6c89b8200c41f214878e6 /doc/rsyslog_conf.html | |
parent | cd2b24dfc45c4b115ace6d17ab0237511fef3d66 (diff) | |
download | rsyslog-c5f99dc22253e5bd1adbfbfa7c3fd842554b9016.tar.gz rsyslog-c5f99dc22253e5bd1adbfbfa7c3fd842554b9016.tar.xz rsyslog-c5f99dc22253e5bd1adbfbfa7c3fd842554b9016.zip |
- moved config file code to its own file
- finally made CONT_LINES in config the only standard support (the code
contained code for other case, which were never executed by the
preprocessor)
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r-- | doc/rsyslog_conf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 08ccb517..6ced74fc 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -34,7 +34,7 @@ is currently not complete)</p> necessarily being listed below. Also remember, that a modules configuration directive (and functionality) is only available if it has been loaded (using $ModLoad).</p> -<h2>Global Directives</h2> +<h2>Lines</h2>Lines can be continued by specifying a backslash ("\") as the last character of the line.<br><h2>Global Directives</h2> <p>All global directives need to be specified on a line by their own and must start with a dollar-sign. Here is a list in alphabetical order. Follow links for a description.</p> |