From 7bc9b524cda383824df4d3ec89dd6e5d4d1c2909 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 14 Jul 2008 07:12:10 +0000 Subject: [PATCH] apply some edits from Kris Katterjohn --- docs/scripting.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 1d58b4447..06a0801b8 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -3810,7 +3810,7 @@ The mainloop function will work on each runlevel grouping of threads in order. Adding C Modules to Nselib Nmap Scripting Engine (NSE)C modules - This section tries to give a short walk-through to adding + This section gives a short walk-through for adding nselib modules written in C (or C++) to Nmap's build system, since this has shown to be sometimes tedious. Writing C modules is described at length in @@ -3828,9 +3828,7 @@ The mainloop function will work on each runlevel grouping of threads in order. The Unix build system uses libtool for - compilation in a platform independent way. - - As long as the new module + compilation in a platform independent way. As long as the new module does not depend on foreign libraries, you should only need to add modulename.so to the all and clean targets in