summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-05-27 22:06:46 +0000
committerChris Costello <chris@FreeBSD.org>2000-05-27 22:06:46 +0000
commit6a332fec63a6497ffdab8bd01cd1c29a4dcbd2da (patch)
treed8b876319bd68c2bda6b43531a9839d8fdb59032 /lib/libc_r
parent27021c2b48a292d02a8a768c0b74852167e324ab (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthread_exit.32
1 files changed, 1 insertions, 1 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