summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-08-28 16:32:01 +0000
committerbrucec <brucec@FreeBSD.org>2010-08-28 16:32:01 +0000
commit76d72447281953457a8a3a319fdc80070bc5152c (patch)
tree63ce23a3afd66a826b4c91820bd78ab505f92089 /share
parent7ce28b7066d5299134f831d522470bcecba74fce (diff)
downloadFreeBSD-src-76d72447281953457a8a3a319fdc80070bc5152c.zip
FreeBSD-src-76d72447281953457a8a3a319fdc80070bc5152c.tar.gz
Fix incorrect usage of 'assure' and 'insure'.
Approved by: rrs (mentor)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ata.42
-rw-r--r--share/man/man4/bpf.42
-rw-r--r--share/man/man4/netgraph.42
-rw-r--r--share/man/man4/ng_hci.42
-rw-r--r--share/man/man4/re.42
-rw-r--r--share/man/man9/devstat.92
-rw-r--r--share/man/man9/ieee80211_node.92
7 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4
index ba67991..22de1a9 100644
--- a/share/man/man4/ata.4
+++ b/share/man/man4/ata.4
@@ -243,7 +243,7 @@ based systems
Please remember that in order to use UDMA4/ATA66 and above modes you
.Em must
use 80 conductor cables.
-Please assure that ribbon cables are no longer than 45cm.
+Please ensure that ribbon cables are no longer than 45cm.
In case of rounded ATA cables, the length depends on the
quality of the cables.
SATA cables can be up to 1m long according to the specification.
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 4051cb9..85beb07 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -683,7 +683,7 @@ padding between the header and the link level protocol.
The purpose here is to guarantee proper alignment of the packet
data structures, which is required on alignment sensitive
architectures and improves performance on many other architectures.
-The packet filter insures that the
+The packet filter ensures that the
.Vt bpf_xhdr ,
.Vt bpf_hdr
and the network layer
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index db5f3ff..ebd0aa5 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -892,7 +892,7 @@ by returning
Each type should have an include file that defines the commands,
argument format, and cookie for its own messages.
The typecookie
-insures that the same header file was included by both sender and
+ensures that the same header file was included by both sender and
receiver; when an incompatible change in the header file is made,
the typecookie
.Em must
diff --git a/share/man/man4/ng_hci.4 b/share/man/man4/ng_hci.4
index 28de180..5d8dab3 100644
--- a/share/man/man4/ng_hci.4
+++ b/share/man/man4/ng_hci.4
@@ -108,7 +108,7 @@ piconet.
Both asynchronous and isochronous services are supported.
Between a master and a slave only a single ACL link can exist.
For most ACL packets,
-packet retransmission is applied to assure data integrity.
+packet retransmission is applied to ensure data integrity.
.Sh HOST CONTROLLER INTERFACE (HCI)
The HCI provides a command interface to the baseband controller and link
manager, and access to hardware status and control registers.
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 7911014..689a591 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -248,7 +248,7 @@ be echoed back unmodified.
If the echoed data is corrupt, the driver
will print an error message on the console and abort the device attach.
The
-user should insure the NIC is installed in a 32-bit PCI slot to
+user should ensure the NIC is installed in a 32-bit PCI slot to
avoid this problem.
.Pp
The RealTek 8169, 8169S and 8110S chips appear to only be capable of
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9
index 45e17b7..fa37856 100644
--- a/share/man/man9/devstat.9
+++ b/share/man/man9/devstat.9
@@ -437,7 +437,7 @@ There may be a need for
.Fn spl
protection around some of the
.Nm
-list manipulation code to insure, for example, that the list of devices
+list manipulation code to ensure, for example, that the list of devices
is not changed while someone is fetching the
.Va kern.devstat.all
.Nm sysctl
diff --git a/share/man/man9/ieee80211_node.9 b/share/man/man9/ieee80211_node.9
index 9389411..180d8c4 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
OpenPOWER on IntegriCloud