From aa5d36090014302f7abfedda7c2231541ea9605f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 19 Jul 2010 18:18:42 +0000 Subject: [PATCH] Remove indextermst that are two near one another, such that they cause duplicate page numbers to be incldued in the index. --- docs/refguide.xml | 3 +-- docs/scripting.xml | 9 ++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/refguide.xml b/docs/refguide.xml index 8a900f423..11e8b6164 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -688,7 +688,7 @@ you would expect. INIT chunk. The default destination port is 80 (configurable at compile time by changing DEFAULT_SCTP_PROBE_PORT_SPECDEFAULT_SCTP_PROBE_PORT_SPEC - in nmap.h).nmap.h + in nmap.h). Alternate ports can be specified as a parameter. The syntax is the same as for the except that port type specifiers like @@ -3362,7 +3362,6 @@ support the option completely, as does UDP scan. CRC32C checksum Adler32 checksum SCTP checksum - checksums diff --git a/docs/scripting.xml b/docs/scripting.xml index 7c5ae0275..9877fdd57 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -536,7 +536,6 @@ explanation of the option. script databasescript.db -scripts, location of Nmap scripts are stored in a scripts subdirectory of the Nmap data directory by default (see ). For efficiency, scripts are indexed in @@ -1373,7 +1372,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) { MAC addressMAC address - of the destination host (six-byte long binary + of the destination host (six-byte-long binary string) or nil, if the host is not directly connected. @@ -1382,7 +1381,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) { - MAC addressMAC address + MAC address of the first hop in the route to the host, or nil if not available. @@ -2928,8 +2927,8 @@ end a chunk of random-looking data. Proper identification requires sending two probes and comparing the two responses—an ideal task for NSE. The simple NSE script which accomplishes this is - shown in . + shown in + .