1
0
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:
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>
<para>
<literal>"running"</literal>&mdash;Returns an
identification string for a thread locked on the
mutex or <literal>nil</literal> if the mutex is not
<literal>"running"</literal>&mdash;Returns the thread locked
on the mutex or <literal>nil</literal> if the mutex is not
locked. This should only be used for debugging as it
interferes with finished threads from being
collected.