summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/man/pthread_exit.32
-rw-r--r--lib/libpthread/man/pthread_exit.32
-rw-r--r--share/man/man3/pthread_exit.32
3 files changed, 3 insertions, 3 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
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
OpenPOWER on IntegriCloud