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

Use literal tags around the names of keys of the host.times table.

This commit is contained in:
david
2010-08-05 02:21:48 +00:00
parent 412fcbcca0
commit 919f13738a

View File

@@ -1431,8 +1431,8 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
</term>
<listitem>
<para>This table contains Nmap's timing data for the host (see
<xref linkend="scan-methods-rtt"/>). This includes "srtt" (smoothed
round trip time), "rttvar" (round trip time variance), and "timeout"
<xref linkend="scan-methods-rtt"/>). Its keys are <literal>srtt</literal> (smoothed
round trip time), <literal>rttvar</literal> (round trip time variance), and <literal>timeout</literal>
(the probe timeout), all given in floating-point seconds.
</para>
</listitem>