diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/mtx_pool.9 | 2 | ||||
-rw-r--r-- | share/man/man9/signal.9 | 2 | ||||
-rw-r--r-- | share/man/man9/sx.9 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mtx_pool.9 b/share/man/man9/mtx_pool.9 index a12e6d3..660dbd1 100644 --- a/share/man/man9/mtx_pool.9 +++ b/share/man/man9/mtx_pool.9 @@ -175,7 +175,7 @@ calls .Xr mtx_destroy 9 on each mutex in the specified pool, deallocates the memory associated with the pool, -and assigns NULL to the the pool pointer. +and assigns NULL to the pool pointer. .Pp .Sh SEE ALSO .Xr msleep 9 , diff --git a/share/man/man9/signal.9 b/share/man/man9/signal.9 index b707c3a..a835238 100644 --- a/share/man/man9/signal.9 +++ b/share/man/man9/signal.9 @@ -323,7 +323,7 @@ The function handles the actual delivery of the signal .Fa sig . .Fn postsig -is called called from +is called from .Fn ast after the kernel has been notified that a signal should be delivered (via a call to diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9 index f27e482..95dbe12 100644 --- a/share/man/man9/sx.9 +++ b/share/man/man9/sx.9 @@ -162,7 +162,7 @@ by the first argument. A thread may not own a shared lock and an exclusive lock simultaneously; attempting to do so will result in deadlock. .Sh CONTEXT -It is allowed to to own a shared lock or an exclusive lock while sleeping. +It is allowed to own a shared lock or an exclusive lock while sleeping. .Sh SEE ALSO .Xr condvar 9 , .Xr mtx_pool 9 , |