mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a typo: this is the manpage for pthread_cleanup_pop, not push.
Submitted by: ian
This commit is contained in:
parent
99e33eab01
commit
9ef82a94ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue