mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Reverted a change made to mutex("running") documentation concerning the
return value (someone changed it to "returns an identification string" when in fact it returns a thread).
This commit is contained in:
@@ -3039,9 +3039,8 @@ error_message describes the occurred error.</para>
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>"running"</literal>—Returns an
|
<literal>"running"</literal>—Returns the thread locked
|
||||||
identification string for a thread locked on the
|
on the mutex or <literal>nil</literal> if the mutex is not
|
||||||
mutex or <literal>nil</literal> if the mutex is not
|
|
||||||
locked. This should only be used for debugging as it
|
locked. This should only be used for debugging as it
|
||||||
interferes with finished threads from being
|
interferes with finished threads from being
|
||||||
collected.
|
collected.
|
||||||
|
|||||||
Reference in New Issue
Block a user