1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Fixes a blank nsedoc line

This commit is contained in:
nnposter
2017-07-29 01:50:42 +00:00
parent da4d624572
commit cf56f93d95

View File

@@ -52,7 +52,7 @@
-- end -- end
-- end -- end
-- </code> -- </code>
--
-- If a script is planning on making a lot of requests, the pipelining functions -- If a script is planning on making a lot of requests, the pipelining functions
-- can be helpful. <code>pipeline_add</code> queues requests in a table, and -- can be helpful. <code>pipeline_add</code> queues requests in a table, and
-- <code>pipeline_go</code> performs the requests, returning the results as an -- <code>pipeline_go</code> performs the requests, returning the results as an