diff options
author | Don Lewis <truckman@FreeBSD.org> | 2003-07-16 08:22:47 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2003-07-16 08:22:47 +0000 |
commit | a05a3d4320f07f935b879f9d5b34f5d17675ed1e (patch) | |
tree | f3e4a48bc45efa2e85906f8fa6d64d576e9676b0 /share/man/man9/mtx_pool.9 | |
parent | 076c2f950a9c49074311aded66230aede3e8de2a (diff) | |
download | src-test2-a05a3d4320f07f935b879f9d5b34f5d17675ed1e.tar.gz src-test2-a05a3d4320f07f935b879f9d5b34f5d17675ed1e.zip |
Notes
Diffstat (limited to 'share/man/man9/mtx_pool.9')
-rw-r--r-- | share/man/man9/mtx_pool.9 | 2 |
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. |