From f858234f336b7e7261f880deca2e96548a4b21ef Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Jan 2002 13:46:53 +0000 Subject: [PATCH] Whitespace fixes. --- share/man/man4/pppoe.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 3bbf2487bb6a..5b8e3b5e9490 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: pppoe.4,v 1.4 2002/01/13 18:40:52 martin Exp $ +.\" $NetBSD: pppoe.4,v 1.5 2002/01/14 13:46:53 wiz Exp $ .\" .\" Copyright (c) 2001 Martin Husemann. All rights reserved. .\" @@ -88,7 +88,7 @@ file. If you are using a .Nm interface, you will have an unusual low MTU for todays internet. -Combined with a lot of misconfigured sites (host using path MTU discovery +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 advertizes the right MSS in the tcp three way handshake. To get the right MSS, you need @@ -97,7 +97,7 @@ to set # Obey interface MTUs when calculationg MSS net.inet.tcp.mss_ifmtu=1 .Ed - +.Pp in your .Pa /etc/sysctl.conf file.