1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 21:19:01 +00:00

fix: nmap.getPortState() -> nmap.get_port_state() in NSE docs

This commit is contained in:
kris
2008-04-08 16:15:10 +00:00
parent 43523f441b
commit 55eb8199fe

View File

@@ -1659,7 +1659,7 @@ if(s) code_to_be_done_on_match end
against which the script is running. If the script is run against which the script is running. If the script is run
according to a host rule, then no port table is passed to the 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 script. Port states on the target can still be requested from Nmap
using the <literal>nmap.getPortState()</literal> call. using the <literal>nmap.get_port_state()</literal> call.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>