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 + .