diff options
author | chris <chris@FreeBSD.org> | 2000-05-27 22:02:32 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-05-27 22:02:32 +0000 |
commit | ef06afc4d3ff22543bca89dfa684cf2280922c8c (patch) | |
tree | f46960eb3b578558896cd23967825c727ff5032d /share/man | |
parent | d25477b7e72ae75cf5a184d6605b231845cb375a (diff) | |
download | FreeBSD-src-ef06afc4d3ff22543bca89dfa684cf2280922c8c.zip FreeBSD-src-ef06afc4d3ff22543bca89dfa684cf2280922c8c.tar.gz |
Fix a misspelling: undefied -> undefined
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/pthread_exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_exit.3 b/share/man/man3/pthread_exit.3 index 491856e..6f95e9d 100644 --- a/share/man/man3/pthread_exit.3 +++ b/share/man/man3/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 |