From dddea16e2eed2ed94d2f359b0ae39acf961f726a Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 12 Jun 2008 18:51:05 +0000 Subject: [PATCH] fixing a repetitive typo in scripting.xml --- docs/scripting.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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{}.