1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 06:39:01 +00:00

Remove indextermst that are two near one another, such that they cause

duplicate page numbers to be incldued in the index.
This commit is contained in:
david
2010-07-19 18:18:42 +00:00
parent 108c10ccd9
commit aa5d360900
2 changed files with 5 additions and 7 deletions

View File

@@ -536,7 +536,6 @@ explanation of the <option>--script</option> option.
</para>
<indexterm><primary>script database</primary><see><filename>script.db</filename></see></indexterm>
<indexterm><primary>scripts, location of</primary></indexterm>
<para>Nmap scripts are stored in a <filename>scripts</filename>
subdirectory of the Nmap data directory by default (see
<xref linkend="data-files"/>). For efficiency, scripts are indexed in
@@ -1373,7 +1372,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
</term>
<listitem>
<para>MAC address<indexterm><primary>MAC address</primary></indexterm>
of the destination host (six-byte long binary
of the destination host (six-byte-long binary
string) or <literal>nil</literal>, if the host is not directly connected.
</para>
</listitem>
@@ -1382,7 +1381,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
<term><option>host.mac_addr_next_hop</option>
</term>
<listitem>
<para>MAC address<indexterm><primary>MAC address</primary></indexterm>
<para>MAC address
of the first hop in the route to the host, or
<literal>nil</literal> if not available.
</para>
@@ -2928,8 +2927,8 @@ end
a chunk of random-looking data. Proper identification requires
sending two probes and comparing the two responses&mdash;an ideal
task for NSE. The simple NSE script which accomplishes this is
shown in <xref linkend="nse-skypev2-script" xrefstyle="select:
label nopage"/>.
shown in
<xref linkend="nse-skypev2-script" xrefstyle="select: label nopage"/>.
</para>
<example id="nse-skypev2-script">