1
0
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:
david
2008-10-20 23:45:33 +00:00
parent f6fb4d971c
commit 837c1e95ca
2 changed files with 1 additions and 3 deletions

View File

@@ -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>