pthread_detach.3: wfix

Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
This commit is contained in:
Michael Kerrisk 2008-10-27 08:05:38 -05:00
parent 43fa988b91
commit 5de8e5f965
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function marks the thread identified by
as detached.
When a detached thread terminates,
its resources are automatically released back to the system without
the need for another thread to join with the terminated the thread.
the need for another thread to join with the terminated thread.
Attempting to detach an already detached thread results
in unspecified behavior.