diff --git a/docs/scripting.xml b/docs/scripting.xml index 29bcea62d..f898268c2 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1512,7 +1512,7 @@ if(s) code_to_be_done_on_match end This function reads and parses Nmap's nmap-protocols - file. bool is a boolen value indicating success. + file. bool is a boolean value indicating success. If bool is true, then the second returned value is a table with protocol numbers indexing the protocol names. If bool is false, an error message @@ -1527,7 +1527,7 @@ if(s) code_to_be_done_on_match end This function reads and parses Nmap's nmap-rpc - file. bool is a boolen value indicating success. + file. bool is a boolean value indicating success. If bool is true, then the second returned value is a table with RPC numbers indexing the RPC names. If bool is false, an error message is returned @@ -1542,7 +1542,7 @@ if(s) code_to_be_done_on_match end This function reads and parses Nmap's nmap-services - file. bool is a boolen value indicating success. + file. bool is a boolean value indicating success. If bool is true, then the second returned value is a table containing two other tables: tcp{} and udp{}.