Author: jhb
Date: Mon Oct 27 15:45:37 2014
New Revision: 273738
URL: https://svnweb.freebsd.org/changeset/base/273738

Log:
  Correct a typo: this is the manpage for pthread_cleanup_pop, not push.
  
  Submitted by: ian

Modified:
  head/share/man/man3/pthread_cleanup_pop.3

Modified: head/share/man/man3/pthread_cleanup_pop.3
==============================================================================
--- head/share/man/man3/pthread_cleanup_pop.3   Mon Oct 27 15:33:44 2014        
(r273737)
+++ head/share/man/man3/pthread_cleanup_pop.3   Mon Oct 27 15:45:37 2014        
(r273738)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to