Date: Mon, 27 Oct 2014 15:45:38 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273738 - head/share/man/man3 Message-ID: <201410271545.s9RFjcem036373@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410271545.s9RFjcem036373>