From 9ef82a94aba162d8046f07c14e44e608f9238b41 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 27 Oct 2014 15:45:37 +0000 Subject: [PATCH] Correct a typo: this is the manpage for pthread_cleanup_pop, not push. Submitted by: ian --- share/man/man3/pthread_cleanup_pop.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/pthread_cleanup_pop.3 b/share/man/man3/pthread_cleanup_pop.3 index 580d1979232..2b7756a2490 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