svn commit: r273738 - head/share/man/man3

John Baldwin jhb at FreeBSD.org
Mon Oct 27 15:45:38 UTC 2014


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


More information about the svn-src-head mailing list