Correct a typo: this is the manpage for pthread_cleanup_pop, not push.

Submitted by:	ian
This commit is contained in:
John Baldwin 2014-10-27 15:45:37 +00:00
parent 99e33eab01
commit 9ef82a94ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273738

View File

@ -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