mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Fix nsedoc issues (missing ---, mostly)
Originally committed by dmiller but recommitted by david after recovery from backup.
This commit is contained in:
@@ -82,9 +82,9 @@ local llmnrSend = function(query, mcast, mport)
|
||||
end
|
||||
|
||||
-- Listens for llmnr responses
|
||||
-- @interface Network interface to listen on.
|
||||
-- @timeout Maximum time to listen.
|
||||
-- @result table to put responses into.
|
||||
-- @param interface Network interface to listen on.
|
||||
-- @param timeout Maximum time to listen.
|
||||
-- @param result table to put responses into.
|
||||
local llmnrListen = function(interface, timeout, result)
|
||||
local condvar = nmap.condvar(result)
|
||||
local start = nmap.clock_ms()
|
||||
|
||||
Reference in New Issue
Block a user