aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsluarm.adoc
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2019-06-14 19:03:17 -0400
committerAnders Broman <a.broman58@gmail.com>2019-06-17 00:46:03 +0000
commitc6bed352540a8859c3820ad38de52ae7bf27cbe6 (patch)
treebefde87a2aea3ad1647d78d3c85ae712f4b493de /docbook/wsluarm.adoc
parent17aacfae435dc44688c2e88d30c928530adbe2d8 (diff)
WSUG: Clarified and improved phrasing
Change-Id: I1b3b8b7bf5f6460aa779c54881abd53059b26bbb Reviewed-on: https://code.wireshark.org/review/33606 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/wsluarm.adoc')
-rw-r--r--docbook/wsluarm.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/wsluarm.adoc b/docbook/wsluarm.adoc
index e578332a03..cc1989e497 100644
--- a/docbook/wsluarm.adoc
+++ b/docbook/wsluarm.adoc
@@ -15,7 +15,7 @@ can be used to write dissectors, taps, and capture file readers
and writers.
Wireshark’s Lua interpreter starts by loading a file named `init.lua` from
-Wireshark's link:{wireshark-users-guide-url}wsug_html_chunked/ChAppFilesConfigurationSection.html[_global configuration directory_].
+Wireshark's link:{wireshark-users-guide-url}ChAppFilesConfigurationSection.html[_global configuration directory_].
The _global configuration directory_'s `init.lua` controls whether or not Lua
scripts are enabled via the
_$$enable_lua$$_ variable. Lua scripts are enabled by
@@ -26,9 +26,9 @@ _$$disable_lua$$_ are present, _$$disable_lua$$_ is ignored.
If Lua is enabled, Wireshark will try to load a file named `init.lua`
from the user’s
-link:{wireshark-users-guide-url}wsug_html_chunked/ChAppFilesConfigurationSection.html[_personal configuration directory_]
+link:{wireshark-users-guide-url}ChAppFilesConfigurationSection.html[_personal configuration directory_]
and all files ending with _.lua_ in the global and the personal
-link:{wireshark-users-guide-url}wsug_html_chunked/ChPluginFolders.html[_plugins directory_].
+link:{wireshark-users-guide-url}ChPluginFolders.html[_plugins directory_].
The command line option _$$-X lua_script:$$++file.lua++_ can also be used to load
specific Lua scripts.