diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 0d0ddefeedc..e6cade2c471 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.313 2004/12/10 22:17:02 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.314 2004/12/12 17:41:55 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1263,7 +1263,7 @@ symbolic host names or interface names, or as any of the following keywords: .It Ar any Any address. .It Ar route <label> -Any address whose matching route's label is equal to +Any address matching route's label is equal to .Ar <label> . See .Xr route 4 @@ -1987,7 +1987,7 @@ by the block rule. .Bd -literal -offset indent block quick from <bad_hosts> pass in on $ext_if proto tcp to $webserver port www flags S/SA keep state \e - (max-src-conn-rate 100/10, overload <bad_hosts> flush global) + (max-src-conn-rate 100/10, overload <bad_hosts> flush global) .Ed .Sh OPERATING SYSTEM FINGERPRINTING Passive OS Fingerprinting is a mechanism to inspect nuances of a TCP |