Deleted Added
full compact
31c31
< .\" $FreeBSD: head/share/man/man3/pthread_detach.3 50476 1999-08-28 00:22:10Z peter $
---
> .\" $FreeBSD: head/share/man/man3/pthread_detach.3 57686 2000-03-02 09:14:21Z sheldonh $
49c49,50
< can be reclaimed when the thread terminates. If
---
> can be reclaimed when the thread terminates.
> If
53c54,55
< will not cause it to terminate. The effect of multiple
---
> will not cause it to terminate.
> The effect of multiple
59,62c61,68
< function will return zero. Otherwise an error number will be returned to
< indicate the error. Note that the function does not change the value
< of errno as it did for some drafts of the standard. These early drafts
< also passed a pointer to pthread_t as the argument. Beware!
---
> function will return zero.
> Otherwise an error number will be returned to
> indicate the error.
> Note that the function does not change the value
> of errno as it did for some drafts of the standard.
> These early drafts
> also passed a pointer to pthread_t as the argument.
> Beware!