mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19: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>
|
||||
|
||||
|
||||
@@ -74,7 +74,6 @@ the RIRs.
|
||||
-- \n
|
||||
-- \n nmap target --script whois --script-args whodb=nocache
|
||||
-- \n nmap target --script whois --script-args whois={whodb=nocache}
|
||||
-- \n\n
|
||||
--
|
||||
--
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user