Deleted Added
full compact
31c31
< .\" $FreeBSD: head/share/man/man3/pthread_create.3 50476 1999-08-28 00:22:10Z peter $
---
> .\" $FreeBSD: head/share/man/man3/pthread_create.3 57686 2000-03-02 09:14:21Z sheldonh $
48c48,49
< within a process. If
---
> within a process.
> If
50c51,52
< is NULL, the default attributes are used. If the attributes specified by
---
> is NULL, the default attributes are used.
> If the attributes specified by
52c54,55
< are modified later, the thread's attributes are not affected. Upon
---
> are modified later, the thread's attributes are not affected.
> Upon
62c65,66
< as its sole argument. If the
---
> as its sole argument.
> If the
68c72,73
< as the exit status. Note that the thread in which
---
> as the exit status.
> Note that the thread in which
70c75,76
< was originally invoked differs from this. When it returns from
---
> was originally invoked differs from this.
> When it returns from
88c94,95
< function will return zero. Otherwise an error number will be returned to
---
> function will return zero.
> Otherwise an error number will be returned to