summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2005-05-13 22:28:41 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2005-05-13 22:28:41 +0000
commit0518929eed1014e76dcb17ace8b71459f3d5d5a6 (patch)
treed6bb7d841517c269b9418a8dd16e556b3e708c77 /man
parentd1724c03fd3807e371994e9241ba9a7f7426501d (diff)
downloadnet-tools-0518929eed1014e76dcb17ace8b71459f3d5d5a6.tar.gz
net-tools-0518929eed1014e76dcb17ace8b71459f3d5d5a6.tar.bz2
net-tools-0518929eed1014e76dcb17ace8b71459f3d5d5a6.zip
spelling fix debian bug #305640
Diffstat (limited to 'man')
-rw-r--r--man/en_US/route.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/en_US/route.8 b/man/en_US/route.8
index fb6d88f..6c06017 100644
--- a/man/en_US/route.8
+++ b/man/en_US/route.8
@@ -141,7 +141,7 @@ set the metric field in the routing table (used by routing daemons) to M.
set the TCP Maximum Segment Size (MSS) for connections over this route
to M bytes.
The default is the device MTU minus headers, or a lower MTU when path mtu
-discovery occured. This setting can be used to force smaller TCP packets on the
+discovery occurred. This setting can be used to force smaller TCP packets on the
other end when path mtu discovery does not work (usually because of
misconfigured firewalls that block ICMP Fragmentation Needed)
.TP
@@ -182,7 +182,7 @@ modifiers (metric - netmask - gw - dev) doesn't matter.
.B route add -net 127.0.0.0
adds the normal loopback entry, using netmask 255.0.0.0 (class A net,
determined from the destination address) and associated with the
-"lo" device (assuming this device was prviously set up correctly with
+"lo" device (assuming this device was previously set up correctly with
.BR ifconfig (8)).
.TP