mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Fixed typo in the description.
PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com>
This commit is contained in:
parent
ada3b4c366
commit
108b08b24e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76795
@ -38,7 +38,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.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.
|
||||
|
@ -38,7 +38,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.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.
|
||||
|
@ -38,7 +38,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.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.
|
||||
|
Loading…
Reference in New Issue
Block a user