Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix some typos, uppercase tcp.



details:   https://anonhg.NetBSD.org/src/rev/a1f2bcd7beaf
branches:  trunk
changeset: 521829:a1f2bcd7beaf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 06 19:17:01 2002 +0000

description:
Fix some typos, uppercase tcp.

diffstat:

 share/man/man4/pppoe.4 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r b2b9aaeac4a0 -r a1f2bcd7beaf share/man/man4/pppoe.4
--- a/share/man/man4/pppoe.4    Wed Feb 06 19:09:22 2002 +0000
+++ b/share/man/man4/pppoe.4    Wed Feb 06 19:17:01 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pppoe.4,v 1.7 2002/02/03 22:34:49 kleink Exp $
+.\"    $NetBSD: pppoe.4,v 1.8 2002/02/06 19:17:01 wiz Exp $
 .\"
 .\" Copyright (c) 2001 Martin Husemann. All rights reserved.
 .\"
@@ -90,11 +90,11 @@
 interface, you will have an unusual low MTU for todays internet.
 Combined with a lot of misconfigured sites (host using path MTU discovery
 behind a router blocking all ICMP traffic) this will often cause problems.
-Connections to this servers will only work, if your system advertises the
-right MSS in the tcp three way handshake. To get the right MSS, you need
+Connections to this servers will only work if your system advertises the
+right MSS in the TCP three way handshake. To get the right MSS, you need
 to set
 .Bd -literal
-# Obey interface MTUs when calculationg MSS
+# Obey interface MTUs when calculating MSS
 net.inet.tcp.mss_ifmtu=1
 .Ed
 .Pp
@@ -129,7 +129,7 @@
 .Xr ifwatchd 8
 when the real IP address is known.  This is easy in the
 .Dq connect always
-mode (link1 not set), but hard to acomplish in the
+mode (link1 not set), but hard to accomplish in the
 .Dq dial on demand
 mode (link1 set).  In the latter case adding an iface route is an easy
 workaround.



Home | Main Index | Thread Index | Old Index