summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-08-06 14:33:42 +0000
committerjoel <joel@FreeBSD.org>2010-08-06 14:33:42 +0000
commitf4e8725880aad15a64790723505167159829163a (patch)
tree5f8e429dd9357ed9d831b244958f282da6c793f2 /share
parentd1366c1596b57fce1d8e3437a62744761594f724 (diff)
downloadFreeBSD-src-f4e8725880aad15a64790723505167159829163a.zip
FreeBSD-src-f4e8725880aad15a64790723505167159829163a.tar.gz
Fix typos and spelling mistakes.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/cmx.44
-rw-r--r--share/man/man4/dc.44
-rw-r--r--share/man/man4/gre.42
-rw-r--r--share/man/man4/meteor.42
-rw-r--r--share/man/man4/net80211.42
-rw-r--r--share/man/man4/ng_car.42
-rw-r--r--share/man/man4/pcii.42
-rw-r--r--share/man/man4/pcm.44
-rw-r--r--share/man/man4/sctp.42
-rw-r--r--share/man/man9/BUS_NEW_PASS.92
-rw-r--r--share/man/man9/ieee80211_vap.92
-rw-r--r--share/man/man9/rman.94
12 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/cmx.4 b/share/man/man4/cmx.4
index b8db111..844e6c4 100644
--- a/share/man/man4/cmx.4
+++ b/share/man/man4/cmx.4
@@ -43,10 +43,10 @@ smartcard reader.
The driver provides a character device special file based
.Em Chip/Smart Card Interface Devices (CCID)
interface. The driver implements what the vendor calls the
-.Em Synchronious API
+.Em Synchronous API
onto the smartcard reader device.
.Pp
-Reading and writing is synchronious, meaning that a call to
+Reading and writing is synchronous, meaning that a call to
.Xr write 2
directly corresponds to a complete CCID command sent to the
device, while the following
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index fa77a84..e24416c 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -315,7 +315,7 @@ possible transmit start threshold settings had been tried, so the
driver programmed the chip for store and forward mode.
In this mode,
the NIC will not begin transmission until the entire packet has been
-transfered into its FIFO memory.
+transferred into its FIFO memory.
.It "dc%d: chip is in D3 power state -- setting to D0"
This message applies only to adapters which support power
management.
@@ -434,7 +434,7 @@ can result in the receive filter being incorrectly programmed.
The
.Nm
driver will watch for this condition and requeue the setup frame until
-it is transfered successfully.
+it is transferred successfully.
.Pp
The ADMtek AL981 chip (and possibly the AN985 as well) has been observed
to sometimes wedge on transmit: this appears to happen when the driver
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index 60bdbfb..f633e49 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -333,7 +333,7 @@ over the
interface itself.
.Pp
The current implementation uses the key only for outgoing packets.
-Incomming packets with a different key or without a key will be treated as if they
+Incoming packets with a different key or without a key will be treated as if they
would belong to this interface.
.Pp
RFC1701 is not fully supported, however all unsupported features have been
diff --git a/share/man/man4/meteor.4 b/share/man/man4/meteor.4
index 62ff6e9..f52d653 100644
--- a/share/man/man4/meteor.4
+++ b/share/man/man4/meteor.4
@@ -652,7 +652,7 @@ continuous capture.
The single frame capture
.Xr ioctl 2
request will return only after a
-frame has been captured and transfered to the frame buffer.
+frame has been captured and transferred to the frame buffer.
.Pp
The unsynchronized continuous capture will return immediately and
data is directly deposited into the buffer when it is available.
diff --git a/share/man/man4/net80211.4 b/share/man/man4/net80211.4
index bb6155d..6227b88 100644
--- a/share/man/man4/net80211.4
+++ b/share/man/man4/net80211.4
@@ -283,7 +283,7 @@ according to a least-congested criteria.
DFS support is mandatory for some 5Ghz frequencies in certain
locales (e.g. ETSI).
By default DFS is enabled according to the regulatory definitions
-and the curent country code, regdomain, and channel.
+and the current country code, regdomain, and channel.
.It Dv IEEE80211_IOC_DOTD
Return whether or not 802.11d support is enabled in
.Va i_val .
diff --git a/share/man/man4/ng_car.4 b/share/man/man4/ng_car.4
index 15efd10..a536fb7 100644
--- a/share/man/man4/ng_car.4
+++ b/share/man/man4/ng_car.4
@@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm ng_car
-.Nd Commited Access Rate netgraph node type
+.Nd Committed Access Rate netgraph node type
.Sh SYNOPSIS
.In netgraph/ng_car.h
.Sh DESCRIPTION
diff --git a/share/man/man4/pcii.4 b/share/man/man4/pcii.4
index d496113..3369d3f 100644
--- a/share/man/man4/pcii.4
+++ b/share/man/man4/pcii.4
@@ -46,7 +46,7 @@ driver provides support for driving an IEEE-488 bus, also called
IEC-625 (or just "IEC bus"), or HP-IB (Hewlett Packard Instrument
Bus), or GPIB (General Purpose Instrument Bus).
The driver supports National Instruments PCIIA cards (sometimes
-also refered to as PC2A) and compatibles.
+also referred to as PC2A) and compatibles.
These cards use a NEC \(mcPD7210 controller IC as the main
interface between the host computer and the instrument bus.
.Ss IO memory space layout
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index 60d9948..1ea921d 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -167,7 +167,7 @@ There were no single standard, so much care has been taken to try
to satisfy each possible scenario, despite the fact that each
application has its own conflicting standard.
.Ss EQ
-The Parametric Software Equlizer (EQ) enables the use of
+The Parametric Software Equalizer (EQ) enables the use of
.Dq tone
controls (bass and treble).
Commonly used for ear-candy or frequency compensation due to the vast
@@ -237,7 +237,7 @@ are device specific.
.It Va hw.snd.compat_linux_mmap
Linux
.Xr mmap 2
-compatability.
+compatibility.
The following values are supported (default is 0):
.Bl -tag -width 2n
.It -1
diff --git a/share/man/man4/sctp.4 b/share/man/man4/sctp.4
index 975192c..45a2521 100644
--- a/share/man/man4/sctp.4
+++ b/share/man/man4/sctp.4
@@ -386,7 +386,7 @@ special flag
.Dv SCTP_EOR
passed in the sctp_sndrcvinfo flags field.
This effectively makes all sends part of the same message
-until the user specifices differently.
+until the user specifies differently.
This means that a caller must NOT change the stream number until
after the
.Dv SCTP_EOR
diff --git a/share/man/man9/BUS_NEW_PASS.9 b/share/man/man9/BUS_NEW_PASS.9
index 5b31c6d..4861ffd 100644
--- a/share/man/man9/BUS_NEW_PASS.9
+++ b/share/man/man9/BUS_NEW_PASS.9
@@ -45,7 +45,7 @@ method is called on each bus device to rescan the device tree when the pass
level has been changed.
This method is responsible for invoking
.Xr BUS_NEW_PASS 9
-on child bus devices to propogate the rescan to child devices.
+on child bus devices to propagate the rescan to child devices.
It is also responsible for reprobing any unattached child devices and
allowing drivers for the current pass to identify new children.
A default implementation is provided by
diff --git a/share/man/man9/ieee80211_vap.9 b/share/man/man9/ieee80211_vap.9
index c5a5c60..f5ef20b 100644
--- a/share/man/man9/ieee80211_vap.9
+++ b/share/man/man9/ieee80211_vap.9
@@ -117,7 +117,7 @@ to deactivate the vap and isolate it from activities such as requests
from user applications.
The driver can then reclaim resources held by the vap and re-enable
device operation.
-The exact procedure for quiesceing a device is unspecified but typically
+The exact procedure for quiescing a device is unspecified but typically
it involves blocking interrupts and stopping transmit and receive
processing.
.Sh MULTI-VAP OPERATION
diff --git a/share/man/man9/rman.9 b/share/man/man9/rman.9
index 43c3228..bea13a4 100644
--- a/share/man/man9/rman.9
+++ b/share/man/man9/rman.9
@@ -157,10 +157,10 @@ shall be set to a string that describes the resource to be managed.
It also initializes any mutexes associated with the structure.
If
.Fn rman_init
-fails to initalize the mutex, it will return
+fails to initialize the mutex, it will return
.Er ENOMEM ; otherwise it will return 0 and
.Fa rm
-will be initalized.
+will be initialized.
.Pp
The
.Fn rman_fini
OpenPOWER on IntegriCloud