1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41: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:
batrick
2008-08-02 21:21:33 +00:00
parent 4a7022bf04
commit 1f7c51a85d

View File

@@ -3039,9 +3039,8 @@ error_message describes the occurred error.</para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<literal>"running"</literal>&mdash;Returns an <literal>"running"</literal>&mdash;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.