summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_basic_structure.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-09-27 09:57:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-09-27 09:57:40 +0200
commit7d0075f01451f046ca04623d09a328e52bc28d11 (patch)
tree4a965105374606ee6c6e95dffdf8351c91090627 /doc/rsyslog_conf_basic_structure.html
parent8efd0374b1f274b1a42ba1a9d31a7863bd4d5eeb (diff)
downloadrsyslog-7d0075f01451f046ca04623d09a328e52bc28d11.tar.gz
rsyslog-7d0075f01451f046ca04623d09a328e52bc28d11.tar.bz2
rsyslog-7d0075f01451f046ca04623d09a328e52bc28d11.zip
document "call" RainerScript statement
Diffstat (limited to 'doc/rsyslog_conf_basic_structure.html')
-rw-r--r--doc/rsyslog_conf_basic_structure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_basic_structure.html b/doc/rsyslog_conf_basic_structure.html
index f5d4891a..54fb721c 100644
--- a/doc/rsyslog_conf_basic_structure.html
+++ b/doc/rsyslog_conf_basic_structure.html
@@ -43,7 +43,7 @@ after the stop statement are never evaluated.
<ul>
<li><b>if expr then ... else ...</b> - conditional execution
<li><b>stop</b> - stops processing the current message
-<li><b>call</b> - calls a ruleset (just like a subroutine call)
+<li><b><a href="rainerscript_call.html">call</a></b> - calls a ruleset (just like a subroutine call)
<li><b>continue</b> - a NOP, useful e.g. inside the then part of an if
</ul>