diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 19:08:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 19:08:08 +0000 |
commit | 2d32447df235b7540a933e78167550da7ded3dce (patch) | |
tree | c0a779ff75224d4ad219af7740790d2bda69c318 /share/man/man5/pf.conf.5 | |
parent | c92b5dd765eade9372c8c197cac0c18cc6ee6f19 (diff) |
double word, from Tom Cosgrove;
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 5eab421a4e3..01f25cc914a 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.274 2003/10/24 19:31:59 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.275 2003/10/30 19:08:07 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1853,7 +1853,7 @@ to local addresses. One should pass these explicitly. .Sh FRAGMENT HANDLING The size of IP datagrams (packets) can be significantly larger than the -the maximum transmission unit (MTU) of the network. +maximum transmission unit (MTU) of the network. In cases when it is necessary or more efficient to send such large packets, the large packet will be fragmented into many smaller packets that will each fit onto the wire. |