From 55eb8199fe6ee046ed565930b05cdc8ebd82a46d Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 8 Apr 2008 16:15:10 +0000 Subject: [PATCH] fix: nmap.getPortState() -> nmap.get_port_state() in NSE docs --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 78f659c55..4c6f83f05 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1659,7 +1659,7 @@ if(s) code_to_be_done_on_match end against which the script is running. If the script is run according to a host rule, then no port table is passed to the script. Port states on the target can still be requested from Nmap - using the nmap.getPortState() call. + using the nmap.get_port_state() call.