diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-22 20:47:20 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-22 20:47:20 +0000 |
commit | 3ca497b9a73d4598e28223c1bc6280650c638673 (patch) | |
tree | 975b6f11e589b4b02fa1b8a0195fa546916c3e62 /share | |
parent | 5b929caa2345388979cb5b2a5e8a0b55c9deb8c8 (diff) |
Fix times vs timed typo. Closes PR #1952.
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 475d3e10a59..3596c52aa7f 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.8 2001/07/20 15:42:39 markus Exp $ +.\" $OpenBSD: pf.conf.5,v 1.9 2001/07/22 20:47:19 krw Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -222,7 +222,7 @@ Before any rules are evaluated, the filter checks whether the packet matches any state. If it does, the packet is passed without evaluation of any rules. .Pp -States are removed after the connection is closed or has times out. +States are removed after the connection is closed or has timed out. .Pp This has several advantages. Comparing a packet to a state involves checking its sequence numbers. |