1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-01 19:19:09 +00:00

Did an audit throughout the book and changed a bunch of numbers 0-9 to write out zero through nine. I guess this is more consistant, but I'm not sure it is any better. Shrug.

This commit is contained in:
fyodor
2008-10-29 08:31:55 +00:00
parent bd18974ef8
commit 8734956cf3
3 changed files with 48 additions and 48 deletions

View File

@@ -939,7 +939,7 @@ action refer to <xref linkend="nse-tutorial-action"/>.
<term><option>host.bin_ip</option>
</term>
<listitem>
<para>The target host's IPv4 address as 4 byte long binary value.
<para>The target host's IPv4 address as a 32-bit binary value.
</para>
</listitem>
</varlistentry>
@@ -947,7 +947,7 @@ action refer to <xref linkend="nse-tutorial-action"/>.
<term><option>host.bin_ip_src</option>
</term>
<listitem>
<para>Our host's (running Nmap) source IPv4 address as 4 byte long binary value.
<para>Our host's (running Nmap) source IPv4 address as a 32-bit binary value.
</para>
</listitem>
</varlistentry>
@@ -2154,8 +2154,8 @@ a call to <literal>nmap.new_try()</literal></para>
local try = nmap.new_try(err_catch())
</programlisting>
<para>The script sets a timeout of 5000, which is equivalent to 5
seconds. Should any operation require more time we'll receive a
<para>The script sets a timeout of 5000 (five seconds).
Should any operation require more time we'll receive a
<literal>TIMEOUT</literal> error message.</para>
<programlisting>