From f84167245a6f8492efcd0c7c11ce9d5a338bf700 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 4 Jul 2003 08:42:20 +0000 Subject: [PATCH] .Pp fixes. --- lib/libpthread/pthread_cleanup_push.3 | 3 +-- lib/libpthread/pthread_key_delete.3 | 3 +-- lib/libpthread/pthread_testcancel.3 | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/libpthread/pthread_cleanup_push.3 b/lib/libpthread/pthread_cleanup_push.3 index 26f8c1bf6fc2..34d139530012 100644 --- a/lib/libpthread/pthread_cleanup_push.3 +++ b/lib/libpthread/pthread_cleanup_push.3 @@ -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 diff --git a/lib/libpthread/pthread_key_delete.3 b/lib/libpthread/pthread_key_delete.3 index 020aece6b65a..ac0ac73f50f6 100644 --- a/lib/libpthread/pthread_key_delete.3 +++ b/lib/libpthread/pthread_key_delete.3 @@ -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 diff --git a/lib/libpthread/pthread_testcancel.3 b/lib/libpthread/pthread_testcancel.3 index ae4457573a1f..711dba41d256 100644 --- a/lib/libpthread/pthread_testcancel.3 +++ b/lib/libpthread/pthread_testcancel.3 @@ -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.