diff options
author | Rebecca Cran <brucec@FreeBSD.org> | 2010-08-28 16:32:01 +0000 |
---|---|---|
committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-08-28 16:32:01 +0000 |
commit | e7f8dd75b3c11bd606a3a4fa82a3bd7834f65421 (patch) | |
tree | 63ce23a3afd66a826b4c91820bd78ab505f92089 /share/man/man9/ieee80211_node.9 | |
parent | 4e5833219ab708ca2c6b6e626ee2079f2edcf9a3 (diff) |
Fix incorrect usage of 'assure' and 'insure'.
Approved by: rrs (mentor)
Notes
Notes:
svn path=/head/; revision=211936
Diffstat (limited to 'share/man/man9/ieee80211_node.9')
-rw-r--r-- | share/man/man9/ieee80211_node.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/ieee80211_node.9 b/share/man/man9/ieee80211_node.9 index 9389411a2ff8..180d8c4931a7 100644 --- a/share/man/man9/ieee80211_node.9 +++ b/share/man/man9/ieee80211_node.9 @@ -101,7 +101,7 @@ Node table entries are reference counted. That is, there is a count of all long term references that determines when an entry may be reclaimed. References are held by every in-flight frame sent to a station to -insure the entry is not reclaimed while the frame is queued or otherwise +ensure the entry is not reclaimed while the frame is queued or otherwise held by a driver. Routines that lookup a table entry return a .Dq held reference |