mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
This commit is contained in:
parent
e9f391478b
commit
7b79d3ab37
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ The waiting thread unblocks only after another thread calls
|
|||
.Xr pthread_cond_signal 3 ,
|
||||
or
|
||||
.Xr pthread_cond_broadcast 3
|
||||
with the same condition variable, and the current thread requires the lock
|
||||
with the same condition variable, and the current thread reacquires the lock
|
||||
on
|
||||
.Fa mutex .
|
||||
.Sh RETURN VALUES
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ The waiting thread unblocks only after another thread calls
|
|||
.Xr pthread_cond_signal 3 ,
|
||||
or
|
||||
.Xr pthread_cond_broadcast 3
|
||||
with the same condition variable, and the current thread requires the lock
|
||||
with the same condition variable, and the current thread reacquires the lock
|
||||
on
|
||||
.Fa mutex .
|
||||
.Sh RETURN VALUES
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ The waiting thread unblocks only after another thread calls
|
|||
.Xr pthread_cond_signal 3 ,
|
||||
or
|
||||
.Xr pthread_cond_broadcast 3
|
||||
with the same condition variable, and the current thread requires the lock
|
||||
with the same condition variable, and the current thread reacquires the lock
|
||||
on
|
||||
.Fa mutex .
|
||||
.Sh RETURN VALUES
|
||||
|
|
|
|||
Loading…
Reference in a new issue