1
0
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:
david
2013-04-12 17:29:16 +00:00
parent 797689c920
commit 201a5130a2
14 changed files with 21 additions and 18 deletions

View File

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