diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-05-27 22:02:32 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-05-27 22:02:32 +0000 |
| commit | d2e7a6a46f29de248686645072540a4490f974e7 (patch) | |
| tree | dbaf2293defa48cd02fa9005da104f3fb91e565d /lib/libpthread | |
| parent | fe449a53f36556673312409ea400ca85360e38aa (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index 491856e1637e..6f95e9d353cb 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -70,7 +70,7 @@ it. The function's return value serves as the thread's exit status. .Pp The behavior of .Fn pthread_exit -is undefied if called from a cancellation handler or destructor function +is undefined if called from a cancellation handler or destructor function that was invoked as the result of an implicit or explicit call to .Fn pthread_exit . .Pp |
