1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

a few minor/spelling/typo changes suggested by Eric Krosnes

This commit is contained in:
fyodor
2008-11-11 20:36:31 +00:00
parent cdfac4d6b2
commit 55220e7730
4 changed files with 34 additions and 41 deletions

View File

@@ -2275,14 +2275,14 @@ end
<title>Implementation Details</title>
<indexterm><primary>Nmap Scripting Engine (NSE)</primary><secondary>implementation</secondary></indexterm>
<para>
Now it is time to get into the nitty gritty details of the NSE
implementation. Understanding how it works is useful for
designing efficient scripts and libraries. The canonical
reference to the NSE implementation is the source code, but
this section provides an overview of key details. It should
be valuable to folks trying to understand and extend the NSE
source code, as well as to script authors who want to
better-understand how their scripts are executed.
Now it is time to explore the NSE implementation details in
depth. Understanding how NSE works is useful for designing
efficient scripts and libraries. The canonical reference to
the NSE implementation is the source code, but this section
provides an overview of key details. It should be valuable to
folks trying to understand and extend the NSE source code, as
well as to script authors who want to better-understand how
their scripts are executed.
</para>
<sect2 id="nse-implementation-init">
<title>Initialization Phase</title>