diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 4 | ||||
-rw-r--r-- | sbin/pfctl/pfctl.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 6e193becadc..a311492f5b5 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.58 2006/07/25 12:45:08 jmc Exp $ +.\" $OpenBSD: brconfig.8,v 1.59 2006/10/23 07:05:49 jmc Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -334,7 +334,7 @@ An example .Xr pf.conf 5 rule using this tag is: .Pp -.Dl pass tagged boss keep state queue q_med +.Dl pass tagged boss queue q_med .Sh IPSEC BRIDGE The bridge can also be used to tunnel Ethernet frames over IPv4 or IPv6 by using the diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 14394b677de..cf7d4f56613 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.121 2006/06/09 15:20:03 jmc Exp $ +.\" $OpenBSD: pfctl.8,v 1.122 2006/10/23 07:05:49 jmc Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -473,7 +473,7 @@ The following commands configure the firewall and send 10 pings to the FTP server: .Bd -literal -offset indent # printf "table <test> { ftp.openbsd.org }\en \e - pass out to <test> keep state\en" | pfctl -f- + pass out to <test>\en" | pfctl -f- # ping -qc10 ftp.openbsd.org .Ed .Pp |