diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-28 15:36:04 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-28 15:36:04 +0100 |
commit | 3e3b746380c610fff39e16d0a73d4a4f3564af91 (patch) | |
tree | f1c9634182dfe7c4d9c7cefa6b7850a4d55e61d1 /doc/rsyslog_conf_basic_structure.html | |
parent | e9f01ea80dfd124b07d6a499607ac73ef3ecafc8 (diff) | |
download | rsyslog-3e3b746380c610fff39e16d0a73d4a4f3564af91.tar.gz rsyslog-3e3b746380c610fff39e16d0a73d4a4f3564af91.tar.bz2 rsyslog-3e3b746380c610fff39e16d0a73d4a4f3564af91.zip |
doc: add link for set statement
Diffstat (limited to 'doc/rsyslog_conf_basic_structure.html')
-rw-r--r-- | doc/rsyslog_conf_basic_structure.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_basic_structure.html b/doc/rsyslog_conf_basic_structure.html index fad1b110..412540e3 100644 --- a/doc/rsyslog_conf_basic_structure.html +++ b/doc/rsyslog_conf_basic_structure.html @@ -49,7 +49,8 @@ after the stop statement are never evaluated. <h3>Data Manipulation Statements</h3> <ul> -<li><b>set</b> - sets a user variable +<li><b>set</b> - <a href="http://www.rsyslog.com/how-to-set-variables-in-rsyslog-v7/">sets</a> +a user variable <li><b>unset</b> - deletes a previously set user variable </ul> |