typo
This commit is contained in:
parent
99d1495f9e
commit
1e9d60e3bf
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pthread_cancel.3,v 1.5 2010/07/09 11:03:26 jruoho Exp $
|
||||
.\" $NetBSD: pthread_cancel.3,v 1.6 2014/03/12 07:32:46 dholland Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -83,7 +83,7 @@ the thread can be canceled at any time.
|
|||
.El
|
||||
.El
|
||||
.Pp
|
||||
When the tread reacts to the cancellation request, the following occur:
|
||||
When the thread reacts to the cancellation request, the following occur:
|
||||
.Bl -enum -offset 2n
|
||||
.It
|
||||
The cancellation cleanup handlers for the thread are called; see
|
||||
|
|
Loading…
Reference in New Issue