summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2002-01-09 11:43:48 +0000
committermpp <mpp@FreeBSD.org>2002-01-09 11:43:48 +0000
commit52a504f88d0ffe375d2be6da101ccf6a08176b54 (patch)
tree3ce5e662efc4ab60de20e79ba7cd33a2a01b26e1 /share/man/man9/mutex.9
parentff2f125aa58758bad73ad0977bba4c53cddf1b3c (diff)
downloadFreeBSD-src-52a504f88d0ffe375d2be6da101ccf6a08176b54.zip
FreeBSD-src-52a504f88d0ffe375d2be6da101ccf6a08176b54.tar.gz
ispell sweep of share/man/man9/*.
Diffstat (limited to 'share/man/man9/mutex.9')
-rw-r--r--share/man/man9/mutex.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index 84257c3..f87b8c5 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -352,12 +352,12 @@ pointed to by the first argument.
.It Dv MA_RECURSED
Assert that the current thread has recursed on the mutex
pointed to by the first argument.
-This assertion is only valid in conjuction with
+This assertion is only valid in conjunction with
.Dv MA_OWNED .
.It Dv MA_NOTRECURSED
Assert that the current thread has not recursed on the mutex
pointed to by the first argument.
-This assertion is only valid in conjuction with
+This assertion is only valid in conjunction with
.Dv MA_OWNED .
.El
.Ss The Default Mutex Type
OpenPOWER on IntegriCloud