]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
doc update: escape ? in LUA_PATH
authorRuss Combs <rucombs@cisco.com>
Tue, 25 Nov 2014 18:28:15 +0000 (13:28 -0500)
committerRuss Combs <rucombs@cisco.com>
Tue, 25 Nov 2014 18:28:15 +0000 (13:28 -0500)
doc/enviro.txt
doc/start.txt

index 5cdaee8eaddb9967986e6fe9fddb484d13071a9a..74c12d12f266f96534b2f3de3ac5ec5d0713cee5 100644 (file)
@@ -4,7 +4,7 @@
 * *LUA_PATH*: you must export as follows so LuaJIT can find required
   files.
 
-    LUA_PATH=$install_dir/include/snort/lua/?.lua\;\;
+    LUA_PATH=$install_dir/include/snort/lua/\?.lua\;\;
 
 * *SNORT_IGNORE*: the list of symbols Snort should ignore when parsing the
   Lua conf.  Unknown symbols not in SNORT_IGNORE will cause warnings with
index b94bf21524280a696a73b11f9f399f216ce2b095..b4237daee8733019d4982d31d3b33b4428cdb885 100644 (file)
@@ -66,7 +66,7 @@ c. You can also specify a cmake project generator or use ccmake:
 
 First set up the environment:
 
-    export LUA_PATH=$my_path/include/snort/lua/?.lua\;\;
+    export LUA_PATH=$my_path/include/snort/lua/\?.lua\;\;
     export SNORT_LUA_PATH=$my_path/etc
 
 Then give it a go: