summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_cleanup_push.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-03 16:54:51 +0000
committerbde <bde@FreeBSD.org>1998-08-03 16:54:51 +0000
commitb0f1ad77885e9696153e00b7b06d0e46333e4a08 (patch)
treea24683e37c9103451caf5a1362f88f4378750872 /share/man/man3/pthread_cleanup_push.3
parentf4657fb06b436d16345114a28bc922fb6acada06 (diff)
downloadFreeBSD-src-b0f1ad77885e9696153e00b7b06d0e46333e4a08.zip
FreeBSD-src-b0f1ad77885e9696153e00b7b06d0e46333e4a08.tar.gz
Changed prototype in synopsis to match prototype in <pthread.h>.
Diffstat (limited to 'share/man/man3/pthread_cleanup_push.3')
-rw-r--r--share/man/man3/pthread_cleanup_push.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_cleanup_push.3 b/share/man/man3/pthread_cleanup_push.3
index d19a188..9bb3f40 100644
--- a/share/man/man3/pthread_cleanup_push.3
+++ b/share/man/man3/pthread_cleanup_push.3
@@ -34,7 +34,7 @@
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Ft void
-.Fn pthread_cleanup_push "void *(*cleanup_routine)(void *)" "void *arg"
+.Fn pthread_cleanup_push "void (*cleanup_routine)(void *)" "void *arg"
.Sh DESCRIPTION
The
.Fn pthread_cleanup_push
OpenPOWER on IntegriCloud