mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49:02 +00:00
fixing a repetitive typo in scripting.xml
This commit is contained in:
@@ -1512,7 +1512,7 @@ if(s) code_to_be_done_on_match end
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This function reads and parses Nmap's <filename>nmap-protocols</filename>
|
This function reads and parses Nmap's <filename>nmap-protocols</filename>
|
||||||
file. <literal>bool</literal> is a boolen value indicating success.
|
file. <literal>bool</literal> is a boolean value indicating success.
|
||||||
If <literal>bool</literal> is true, then the second returned
|
If <literal>bool</literal> is true, then the second returned
|
||||||
value is a table with protocol numbers indexing the protocol
|
value is a table with protocol numbers indexing the protocol
|
||||||
names. If <literal>bool</literal> is false, an error message
|
names. If <literal>bool</literal> is false, an error message
|
||||||
@@ -1527,7 +1527,7 @@ if(s) code_to_be_done_on_match end
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This function reads and parses Nmap's <filename>nmap-rpc</filename>
|
This function reads and parses Nmap's <filename>nmap-rpc</filename>
|
||||||
file. <literal>bool</literal> is a boolen value indicating success.
|
file. <literal>bool</literal> is a boolean value indicating success.
|
||||||
If <literal>bool</literal> is true, then the second returned
|
If <literal>bool</literal> is true, then the second returned
|
||||||
value is a table with RPC numbers indexing the RPC names. If
|
value is a table with RPC numbers indexing the RPC names. If
|
||||||
<literal>bool</literal> is false, an error message is returned
|
<literal>bool</literal> is false, an error message is returned
|
||||||
@@ -1542,7 +1542,7 @@ if(s) code_to_be_done_on_match end
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This function reads and parses Nmap's <filename>nmap-services</filename>
|
This function reads and parses Nmap's <filename>nmap-services</filename>
|
||||||
file. <literal>bool</literal> is a boolen value indicating success.
|
file. <literal>bool</literal> is a boolean value indicating success.
|
||||||
If <literal>bool</literal> is true, then the second returned
|
If <literal>bool</literal> is true, then the second returned
|
||||||
value is a table containing two other tables:
|
value is a table containing two other tables:
|
||||||
<literal>tcp{}</literal> and <literal>udp{}</literal>.
|
<literal>tcp{}</literal> and <literal>udp{}</literal>.
|
||||||
|
|||||||
Reference in New Issue
Block a user