mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
Make a few script documentation whitespace changes.
This commit is contained in:
@@ -1142,8 +1142,7 @@ try = nmap.new_try(function() socket:close() end)
|
||||
try(socket:connect(host.ip, port.number))
|
||||
try(socket:send("login"))
|
||||
response = try(socket:receive())
|
||||
socket:close()
|
||||
</programlisting>
|
||||
socket:close()</programlisting>
|
||||
</example>
|
||||
</sect3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user