summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-05-27 22:02:32 +0000
committerchris <chris@FreeBSD.org>2000-05-27 22:02:32 +0000
commitef06afc4d3ff22543bca89dfa684cf2280922c8c (patch)
treef46960eb3b578558896cd23967825c727ff5032d /lib
parentd25477b7e72ae75cf5a184d6605b231845cb375a (diff)
downloadFreeBSD-src-ef06afc4d3ff22543bca89dfa684cf2280922c8c.zip
FreeBSD-src-ef06afc4d3ff22543bca89dfa684cf2280922c8c.tar.gz
Fix a misspelling: undefied -> undefined
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/pthread_exit.32
-rw-r--r--lib/libpthread/man/pthread_exit.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_exit.3 b/lib/libc_r/man/pthread_exit.3
index 491856e..6f95e9d 100644
--- a/lib/libc_r/man/pthread_exit.3
+++ b/lib/libc_r/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
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index 491856e..6f95e9d 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
OpenPOWER on IntegriCloud