summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_cleanup_pop.3
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-05-01 08:03:31 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-05-01 08:03:31 +0000
commit41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch)
tree1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libpthread/man/pthread_cleanup_pop.3
parent04e9f1abe6384e852ca0207d882814dab9237dd4 (diff)
o) start new sentence on a new line;
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
Diffstat (limited to 'lib/libpthread/man/pthread_cleanup_pop.3')
-rw-r--r--lib/libpthread/man/pthread_cleanup_pop.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_cleanup_pop.3 b/lib/libpthread/man/pthread_cleanup_pop.3
index c642070445a..ec6ebbb0f61 100644
--- a/lib/libpthread/man/pthread_cleanup_pop.3
+++ b/lib/libpthread/man/pthread_cleanup_pop.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cleanup_pop.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_cleanup_pop.3,v 1.7 2002/05/01 08:03:30 mpech Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -45,8 +45,8 @@ The
function pops the top cleanup routine off of the current thread's cleanup
routine stack, and, if
.Fa execute
-is non-zero, it will execute the function. If there is no cleanup routine
-then
+is non-zero, it will execute the function.
+If there is no cleanup routine then
.Fn pthread_cleanup_pop
does nothing.
.Sh RETURN VALUES