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

Submitted by:	ian
This commit is contained in:
jhb 2014-10-27 15:45:37 +00:00
parent 507a146803
commit 5081f978b2

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