Deleted Added
full compact
31c31
< .\" $FreeBSD: head/share/man/man3/pthread_exit.3 50476 1999-08-28 00:22:10Z peter $
---
> .\" $FreeBSD: head/share/man/man3/pthread_exit.3 57686 2000-03-02 09:14:21Z sheldonh $
48c48,49
< available to any successful join with the terminating thread. Any
---
> available to any successful join with the terminating thread.
> Any
53c54,55
< unspecified order. Thread termination does not release any application
---
> unspecified order.
> Thread termination does not release any application
74c76,77
< variables of the thread is undefined. Thus, references to local variables
---
> variables of the thread is undefined.
> Thus, references to local variables
81c84,85
< been terminated. The behavior is as if the implementation called
---
> been terminated.
> The behavior is as if the implementation called