summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_exit.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libpthread/man/pthread_exit.3
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
Notes
Diffstat (limited to 'lib/libpthread/man/pthread_exit.3')
-rw-r--r--lib/libpthread/man/pthread_exit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index 5f6f75bd5212..1eabc9bcb94b 100644
--- a/lib/libpthread/man/pthread_exit.3
+++ b/lib/libpthread/man/pthread_exit.3
@@ -74,7 +74,7 @@ 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
-After a thread has terminated, the result of access to local (auto)
+After a thread has terminated, the result of access to local (auto)
variables of the thread is undefined.
Thus, references to local variables
of the exiting thread should not be used for the