mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed typo in documentation that screwed up nsedoc.
This commit is contained in:
parent
e94da5d874
commit
62ed5336b4
1 changed files with 2 additions and 2 deletions
|
|
@ -505,8 +505,8 @@ end
|
|||
-- * The variable number of arguments to be passed to the worker's main function.
|
||||
--
|
||||
-- The <code>stdnse.new_thread</code> function will return two results:
|
||||
-- * The worker thread's base (main) coroutine (useful for tracking status).
|
||||
-- * A status query function (described below).
|
||||
-- * The worker thread's base (main) coroutine (useful for tracking status).
|
||||
-- * A status query function (described below).
|
||||
--
|
||||
-- The status query function shall return two values:
|
||||
-- * The result of coroutine.status using the worker thread base coroutine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue