aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-05-27 22:02:32 +0000
committerChris Costello <chris@FreeBSD.org>2000-05-27 22:02:32 +0000
commitd2e7a6a46f29de248686645072540a4490f974e7 (patch)
treedbaf2293defa48cd02fa9005da104f3fb91e565d /lib
parentfe449a53f36556673312409ea400ca85360e38aa (diff)
downloadsrc-d2e7a6a46f29de248686645072540a4490f974e7.tar.gz
src-d2e7a6a46f29de248686645072540a4490f974e7.zip
Fix a misspelling: undefied -> undefined
Notes
Notes: svn path=/head/; revision=60985
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 491856e1637e..6f95e9d353cb 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 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