.Pp fixes.

This commit is contained in:
wiz 2003-07-04 08:42:20 +00:00
parent 2f56847e01
commit f84167245a
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pthread_cleanup_push.3,v 1.3 2003/07/04 08:36:06 wiz Exp $
.\" $NetBSD: pthread_cleanup_push.3,v 1.4 2003/07/04 08:42:20 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -77,7 +77,6 @@ function adds
to the top of the stack of cleanup handlers that
get called when the current thread exits.
.Pp
.Pp
The
.Fn pthread_cleanup_pop
function pops the top cleanup routine off of the current threads cleanup

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pthread_key_delete.3,v 1.2 2003/06/08 06:44:31 thorpej Exp $
.\" $NetBSD: pthread_key_delete.3,v 1.3 2003/07/04 08:42:20 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -115,7 +115,6 @@ The
.Fa key
value is invalid.
.El
.Pp
.Sh BUGS
The current specifications of
.Fn pthread_key_create

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pthread_testcancel.3,v 1.1 2003/06/03 21:33:08 nathanw Exp $
.\" $NetBSD: pthread_testcancel.3,v 1.2 2003/07/04 08:42:20 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -96,7 +96,6 @@ function creates a cancellation point in the calling thread.
The
.Fn pthread_testcancel
function has no effect if cancelability is disabled.
.Pp
.Ss Cancelability States
The cancelability state of a thread determines the action taken upon
receipt of a cancellation request.