From 7e6cb8885e36d158c29f3b10be8d41d5884763f4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 10 Jul 2013 12:43:01 +0200 Subject: doc: copy&paste error fix --- doc/lookup_tables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")

lookup() Function

This function is used to actually do the table lookup. Format:

-lookup_table("name", indexvalue)
+lookup("name", indexvalue)
 

Parameters