summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-10-27 15:45:37 +0000
committerjhb <jhb@FreeBSD.org>2014-10-27 15:45:37 +0000
commit5081f978b2b438c566511085b8fed54b6228adfc (patch)
tree12240096f01782d0305cc9e2bf90b89c25842551 /share/man/man3
parent507a14680326c4e05d771f3024ab90432a86859a (diff)
downloadFreeBSD-src-5081f978b2b438c566511085b8fed54b6228adfc.zip
FreeBSD-src-5081f978b2b438c566511085b8fed54b6228adfc.tar.gz
Correct a typo: this is the manpage for pthread_cleanup_pop, not push.
Submitted by: ian
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_cleanup_pop.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_cleanup_pop.3 b/share/man/man3/pthread_cleanup_pop.3
index 580d197..2b7756a 100644
--- a/share/man/man3/pthread_cleanup_pop.3
+++ b/share/man/man3/pthread_cleanup_pop.3
@@ -52,7 +52,7 @@ then
does nothing.
.Pp
The
-.Fn pthread_cleanup_push
+.Fn pthread_cleanup_pop
function is implemented as a macro that closes a block.
Invocations of this function must appear as standalone statements that are
paired with an earlier call of
OpenPOWER on IntegriCloud