From 0a6dd12de13b4e5f6c191716076be4c167ce646a Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 18 May 2001 06:56:03 +0000 Subject: Fixed typo in the description. PR: docs/27411 Submitted by: David Wimsey --- lib/libpthread/man/pthread_cleanup_push.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread/man') diff --git a/lib/libpthread/man/pthread_cleanup_push.3 b/lib/libpthread/man/pthread_cleanup_push.3 index b04c212..70ee964 100644 --- a/lib/libpthread/man/pthread_cleanup_push.3 +++ b/lib/libpthread/man/pthread_cleanup_push.3 @@ -38,7 +38,7 @@ .Sh SYNOPSIS .Fd #include .Ft void -.Fn pthread_cleanup_push "void (*cleanup_routine)(void *)" "void *arg" +.Fn pthread_cleanup_push "void \*[lp]*cleanup_routine\*[rp]\*[lp]void *\*[rp]" "void *arg" .Sh DESCRIPTION The .Fn pthread_cleanup_push @@ -48,7 +48,7 @@ to the top of the stack of cleanup handlers that get called when the current thread exits. .Pp When -.Fn pthread_cleanup_push +.Fa cleanup_routine is called, it is passed .Fa arg as its only argument. -- cgit v1.1