1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-14 09:26:35 +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

@@ -688,7 +688,7 @@ you would expect.</para>
INIT chunk. The default destination port is 80 (configurable
at compile time by changing
<varname>DEFAULT_SCTP_PROBE_PORT_SPEC</varname><indexterm><primary><varname>DEFAULT_SCTP_PROBE_PORT_SPEC</varname></primary></indexterm>
in <filename>nmap.h</filename>).<indexterm><primary><filename>nmap.h</filename></primary></indexterm>
in <filename>nmap.h</filename>).
Alternate ports can be specified as a parameter. The syntax
is the same as for the
<option>-p</option> except that port type specifiers like
@@ -3362,7 +3362,6 @@ support the option completely, as does UDP scan.</para>
<indexterm><primary>CRC32C checksum</primary></indexterm>
<indexterm><primary>Adler32 checksum</primary></indexterm>
<indexterm><primary>SCTP checksum</primary></indexterm>
<indexterm><primary>checksums</primary></indexterm>
</term>
<listitem>

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">