diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-12 18:42:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-12 18:42:37 +0000 |
commit | 61eed2f5df7bbba11f2ef7aa5e0a517d00ce7588 (patch) | |
tree | 86b5bb9c22a28d1c39293da94dc9a522070976f8 | |
parent | 0b2f53b0324cd9148589b9c59b21ce7dfce0732b (diff) |
better word MSS in pf.conf.5, from Lars Nooden;
the changes in pppoe.4 are just to keep things consistent...
-rw-r--r-- | share/man/man4/pppoe.4 | 8 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 99519f7b98f..9e2e8f35bda 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.21 2009/04/06 13:53:53 ajacoutot Exp $ +.\" $OpenBSD: pppoe.4,v 1.22 2010/01/12 18:42:36 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 6 2009 $ +.Dd $Mdocdate: January 12 2010 $ .Dt PPPOE 4 .Os .Sh NAME @@ -175,7 +175,7 @@ Network Address Translation (NAT) and .Nm . Standard Ethernet uses a -Maximum Transmission Unit (MTU) +maximum transmission unit (MTU) of 1500 bytes, whereas PPPoE mechanisms need a further 8 bytes of overhead. This leaves a maximum MTU of 1492. @@ -194,7 +194,7 @@ which is enabled by default and takes care of this, users have to rely on other methods. Using a packet filter, the -Maximum Segment Size (MSS) +maximum segment size (MSS) can be set (clamped) to the required value. The following rule in .Xr pf.conf 5 diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 8ea0d45c0cf..1baf8112294 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.469 2010/01/12 03:20:51 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.470 2010/01/12 18:42:36 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2145,7 +2145,7 @@ Parameters are specified enclosed in parentheses. At least one of the following parameters must be specified: .Bl -tag -width xxxx .It Ar max-mss Aq Ar number -Enforces a maximum MSS for matching TCP packets. +Enforces a maximum segment size (MSS) for matching TCP packets. .It Ar min-ttl Aq Ar number Enforces a minimum TTL for matching IP packets. .It Ar no-df |