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