diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-29 07:03:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-29 07:03:59 +0000 |
commit | 97275610513c5a67be5c6a8c52b2f43fd171a7ea (patch) | |
tree | 0eebd26bc3d73bcf76ec75b6ed1b0c20fc0367e4 | |
parent | 8a2b9908ea10ccf133e0222e27907bdc81a3f571 (diff) |
stateles -> stateless; from stuart henderson
-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 ffdefb37067..a27581ebcef 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.374 2006/11/28 21:39:46 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.375 2006/11/29 07:03:58 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1295,7 +1295,7 @@ rules, in order to track address and port translations and reverse the translation on returning packets. .Pp .Xr pf 4 -will also create state for other protocols which are effectively stateles by +will also create state for other protocols which are effectively stateless by nature. UDP packets are matched to states using only host addresses and ports, and other protocols are matched to states using only the host addresses. |