mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
NSEdoc cleanup.
1. The first paragraph of a function's NSEdoc is used as a short summary. Some of these were very long, so I split off a shorter summary. 2. Use asterisks (*) to denote bulletted lists, not 'o' 3. Wrap lines at 80 columns 4. a couple other spelling and formatting fixes
This commit is contained in:
@@ -314,9 +314,10 @@ local function waitLast()
|
||||
end
|
||||
|
||||
--- Waits for a file with a specific filename for at least the number of
|
||||
-- seconds specified by the timeout parameter. If this function is called
|
||||
-- from the thread that's running the server it will wait until all the
|
||||
-- other threads have finished executing before returning.
|
||||
-- seconds specified by the timeout parameter.
|
||||
--
|
||||
-- If this function is called from the thread that's running the server it will
|
||||
-- wait until all the other threads have finished executing before returning.
|
||||
--
|
||||
-- @param filename string containing the name of the file to receive
|
||||
-- @param timeout number containing the minimum number of seconds to wait
|
||||
|
||||
Reference in New Issue
Block a user