diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-01 18:10:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-01 18:10:45 +0000 |
commit | 0e26bde7b560dc17e0a8881dc342e47babd55016 (patch) | |
tree | c1e753dbe9ce75ff19b0f4de890d36705bf4b68c /share | |
parent | c6f80ee8410e441f4ff447cd722228fa2c063d44 (diff) |
occurance -> occurrence;
Diffstat (limited to 'share')
-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 15a0873b976..817fa0b854c 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.325 2005/02/27 15:08:39 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.326 2005/03/01 18:10:44 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -632,7 +632,7 @@ to modulate the TCP timestamps with a random number. There is a problem with TCP on long fat pipes, in that a packet might get delayed for longer than it takes the connection to wrap its 32-bit sequence space. -In such an occurance, the old packet would be indistinguishable from a +In such an occurrence, the old packet would be indistinguishable from a new packet and would be accepted as such. The solution to this is called PAWS: Protection Against Wrapped Sequence numbers. |