summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_cancel.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 13:59:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 13:59:31 +0000
commit6e0667dd238367111d3e4523e2679bb7f62e45c0 (patch)
treedbfc2d9e68c77d02d281c58cc4ea5d2a86f82f0e /lib/libpthread/man/pthread_cancel.3
parentf8859c48b4ff61ee9624a0a913630d162f8083f4 (diff)
canceled -> cancelled
Diffstat (limited to 'lib/libpthread/man/pthread_cancel.3')
-rw-r--r--lib/libpthread/man/pthread_cancel.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3
index c1d1d021238..f43dbe6bcd1 100644
--- a/lib/libpthread/man/pthread_cancel.3
+++ b/lib/libpthread/man/pthread_cancel.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cancel.3,v 1.4 1999/11/24 05:35:31 d Exp $
+.\" $OpenBSD: pthread_cancel.3,v 1.5 2000/01/22 13:59:29 aaron Exp $
.Dd January 17, 1999
.Dt PTHREAD_CANCEL 3
.Os
@@ -14,7 +14,7 @@ The
.Fn pthread_cancel
function requests that
.Fa thread
-be canceled. The target thread's cancelability state and type determines
+be cancelled. The target thread's cancelability state and type determines
when the cancellation takes effect. When the cancellation is acted on,
the cancellation cleanup handlers for
.Fa thread