1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 15:19:03 +00:00

Fix a typo in scripting.xml: newsocket -> new_socket.

This commit is contained in:
david
2008-10-27 21:26:35 +00:00
parent 49843daf56
commit 2f627728a5

View File

@@ -1204,7 +1204,7 @@ socket:close()
kept, the more scripts may receive the packet and proceed with
their execution. To use the packet capturing inside your
script you have to create a socket with
<function>nmap.newsocket()</function> and later close the socket
<function>nmap.new_socket()</function> and later close the socket
with <function>socket_object:close()</function>&mdash;just like
with the connection-based network I/O.</para>