diff options
| author | 2003-10-07 20:18:36 +0000 | |
|---|---|---|
| committer | 2003-10-07 20:18:36 +0000 | |
| commit | 155b51b357f724e06cb086d680c40b293c865c1a (patch) | |
| tree | 592df18389b0a13e2fcdb695e4d0a6f50b67d9e9 | |
| parent | better guess for ncyls. allows chuck yerkes to make small file systems again. (diff) | |
| download | wireguard-openbsd-155b51b357f724e06cb086d680c40b293c865c1a.tar.xz wireguard-openbsd-155b51b357f724e06cb086d680c40b293c865c1a.zip | |
typo; ish
| -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 ccc7cfbb049..075f201db27 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.272 2003/10/07 09:57:43 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.273 2003/10/07 20:18:36 deraadt Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1695,7 +1695,7 @@ handshake. The proxy is transparent to both endpoints, they each see a single connection from/to the other endpoint. .Xr pf 4 -choses random initial sequence numbers for both handshakes. +chooses random initial sequence numbers for both handshakes. Once the handshakes are completed, the sequence number modulators (see previous section) are used to translate further packets of the connection. |
