diff options
author | joel <joel@FreeBSD.org> | 2012-03-29 20:55:45 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-29 20:55:45 +0000 |
commit | 897054d07fa9c01d2ded950c219334b89c033e7f (patch) | |
tree | c39cc34c53771724d53b9e034b8e3dbccbdb39e7 | |
parent | 3a65370d0c05592988d5092b8062273f4fb6cda1 (diff) | |
download | FreeBSD-src-897054d07fa9c01d2ded950c219334b89c033e7f.zip FreeBSD-src-897054d07fa9c01d2ded950c219334b89c033e7f.tar.gz |
Fix typo from last commit.
Noticed by: brueffer
-rw-r--r-- | share/man/man9/locking.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9 index 7bce63f..00478bf 100644 --- a/share/man/man9/locking.9 +++ b/share/man/man9/locking.9 @@ -293,7 +293,7 @@ running inside an interrupt thread. The following table shows what you can and can not do while holding one of the synchronization primitives discussed: .Bl -column ".Ic xxxxxxxxxxxxxxxxxxx" ".Xr XXXXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXX" -offset indent -.It .Em "You have: You want:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep +.It Em "You have: You want:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep .It spin mtx Ta \&ok-1 Ta \&no Ta \&no Ta \&no Ta \&no Ta \&no-3 .It mutex Ta \&ok Ta \&ok-1 Ta \&no Ta \&ok Ta \&ok Ta \&no-3 .It sx Ta \&ok Ta \&ok Ta \&ok-2 Ta \&ok Ta \&ok Ta \&ok-4 @@ -334,7 +334,7 @@ for details. The next table shows what can be used in different contexts. At this time this is a rather easy to remember table. .Bl -column ".Ic Xxxxxxxxxxxxxxxxxxx" ".Xr XXXXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXX" -offset indent -.It .Em "Context:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep +.It Em "Context:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep .It interrupt filter: Ta \&ok Ta \&no Ta \&no Ta \&no Ta \&no Ta \&no .It interrupt thread: Ta \&ok Ta \&ok Ta \&no Ta \&ok Ta \&ok Ta \&no .It callout: Ta \&ok Ta \&ok Ta \&no Ta \&ok Ta \&no Ta \&no |