summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-07-11 02:08:31 +0000
committermpp <mpp@FreeBSD.org>1996-07-11 02:08:31 +0000
commitb07aab75a8970c5124eaf78b3eefe1e7f7371ecd (patch)
treebcc865f4a56e455084ba2afd44f8124b47ed61dd /share/man
parentb7945e1e10c209f904f8b5ddf738d6b28761ef0a (diff)
downloadFreeBSD-src-b07aab75a8970c5124eaf78b3eefe1e7f7371ecd.zip
FreeBSD-src-b07aab75a8970c5124eaf78b3eefe1e7f7371ecd.tar.gz
Fix some spelling errors.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ccd.46
-rw-r--r--share/man/man4/divert.44
-rw-r--r--share/man/man4/ipfirewall.42
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4
index ee153cb..763b859 100644
--- a/share/man/man4/ccd.4
+++ b/share/man/man4/ccd.4
@@ -56,7 +56,7 @@ partitions of the disks
.Pa should not
be combined. Each component partition should be offset at least one
cylinder from the beginning of the component disk. This avoids potential
-conflicts between the compoent disk's disklabel and the
+conflicts between the component disk's disklabel and the
.Nm ccd's
disklabel. The kernel will only allow component partitions of type FS_BSDFFS.
.Pp
@@ -85,8 +85,8 @@ other than DEV_BSIZE in order to calculate the correct interleave.
The kernel will not allow an interleave factor less than the size
of the largest component sector divided by DEV_BSIZE.
.Pp
-Note that best performance is achieved if all compent disks have the same
-geometery and size. Optimum striping cannot occur with different
+Note that best performance is achieved if all component disks have the same
+geometry and size. Optimum striping cannot occur with different
disk types.
.Pp
There is a run-time utility that is used for configuring
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4
index 651cb57..6f52ae1 100644
--- a/share/man/man4/divert.4
+++ b/share/man/man4/divert.4
@@ -41,7 +41,7 @@ or
.Xr recvfrom 2 .
In the latter case, the address returned will have its port set to
the divert port and the IP address set to the (first) address of
-the interface on which the packet was recieved (if the packet
+the interface on which the packet was received (if the packet
was incoming) or
.Dv INADDR_ANY
(if the packet was outgoing).
@@ -103,7 +103,7 @@ packet to get diverted.
If different fragments divert to different ports,
then which port ultimately gets chosen is unpredictable.
.Pp
-Packets are recieved and sent unchanged, with two exceptions:
+Packets are received and sent unchanged, with two exceptions:
read as incoming will have their IP header checksum zeroed,
and packets written as outgoing have their IP header checksums overwritten
with the correct value.
diff --git a/share/man/man4/ipfirewall.4 b/share/man/man4/ipfirewall.4
index 29660e6..89ad16c 100644
--- a/share/man/man4/ipfirewall.4
+++ b/share/man/man4/ipfirewall.4
@@ -185,7 +185,7 @@ Zero option allows all accounting to be cleared.
[EINVAL] The IP option field was improperly formed; an option
field was shorter than the minimum value or longer than
the option buffer provided.An structural error in
- ip_fw structure occured (n_src_p+n_dst_p too big,
+ ip_fw structure occurred (n_src_p+n_dst_p too big,
ports set for ALL/ICMP protocols etc.)
.Sh SEE ALSO
OpenPOWER on IntegriCloud