summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-07-10 12:43:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-07-10 12:43:01 +0200
commit7e6cb8885e36d158c29f3b10be8d41d5884763f4 (patch)
tree375a3da0ef69e64831c5b918876e5f3ff1b37bab
parent40d205410425e5cd26961b4d59a967235ee792f5 (diff)
downloadrsyslog-7e6cb8885e36d158c29f3b10be8d41d5884763f4.tar.gz
rsyslog-7e6cb8885e36d158c29f3b10be8d41d5884763f4.tar.bz2
rsyslog-7e6cb8885e36d158c29f3b10be8d41d5884763f4.zip
doc: copy&paste error fix
-rw-r--r--doc/lookup_tables.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lookup_tables.html b/doc/lookup_tables.html
index d72810f1..b7fcff04 100644
--- a/doc/lookup_tables.html
+++ b/doc/lookup_tables.html
@@ -104,7 +104,7 @@ lookup_table(name="name" file="/path/to/file" reloadOnHUP="on|off")
<h3>lookup() Function</h3>
<p>This function is used to actually do the table lookup. Format:
<pre>
-lookup_table("name", indexvalue)
+lookup("name", indexvalue)
</pre>
<h4>Parameters</h4>
<ul>