From a37d7cf903e7172519448112257c3f763a17dc04 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 25 Aug 2008 23:58:19 +0000 Subject: [PATCH] Fix a filename in scripting.xml (nselib-bin vs. nselib). --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 955df54d9..ea0ae5753 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -4035,7 +4035,7 @@ The mainloop function will work on each runlevel grouping of threads in order. A good starting point for writing such modules is provided by bit.cbit NSE module inside - the nselib/ subdirectory of Nmap's source tree. + the nselib-bin/ subdirectory of Nmap's source tree. bit is a C module already provided by the nselib. C modules basically are shared libraries which get loaded at runtime by Lua.