summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2003-07-16 08:22:47 +0000
committerDon Lewis <truckman@FreeBSD.org>2003-07-16 08:22:47 +0000
commita05a3d4320f07f935b879f9d5b34f5d17675ed1e (patch)
treef3e4a48bc45efa2e85906f8fa6d64d576e9676b0 /share
parent076c2f950a9c49074311aded66230aede3e8de2a (diff)
downloadsrc-test2-a05a3d4320f07f935b879f9d5b34f5d17675ed1e.tar.gz
src-test2-a05a3d4320f07f935b879f9d5b34f5d17675ed1e.zip
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mtx_pool.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mtx_pool.9 b/share/man/man9/mtx_pool.9
index 2de487ed242d..a12e6d30cf10 100644
--- a/share/man/man9/mtx_pool.9
+++ b/share/man/man9/mtx_pool.9
@@ -79,7 +79,7 @@ are standard, non-recursive,
blockable mutexes, and should only be used in appropriate situations.
The mutexes in the
.Va mtxpool_lockbuilder
-mutex pool are similar except that are initialized with the MTX_NOWITNESS
+mutex pool are similar, except that they are initialized with the MTX_NOWITNESS
flag so that they may be used to build higher-level locks.
Other mutex pools may be created that contain mutexes with different
properties, such as spin mutexes.