diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2009-09-03 08:19:05 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2009-09-03 08:19:05 +0000 |
commit | b30150e2689beead002818b89198c1503fff165e (patch) | |
tree | ee985eaa64d7a36d38175151773290291cd483b7 /sbin/pfctl | |
parent | 6f41a7b039b72c4d70f794dbb30fd417b25c85da (diff) |
remove NAT specific command line options
noticed by Wiktor Izdebski
OK henning@
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 3f594f69889..8d1da5ec94b 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.139 2008/06/11 07:23:36 jmc Exp $ +.\" $OpenBSD: pfctl.8,v 1.140 2009/09/03 08:19:04 phessler Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 11 2008 $ +.Dd $Mdocdate: September 3 2009 $ .Dt PFCTL 8 .Os .Sh NAME @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm pfctl .Bk -words -.Op Fl AdeghmNnOqRrvz +.Op Fl AdeghmnOqRrvz .Op Fl a Ar anchor .Oo Fl D Ar macro Ns = .Ar value Oc @@ -206,8 +206,6 @@ Flush the filter parameters specified by (may be abbreviated): .Pp .Bl -tag -width xxxxxxxxxxxx -compact -.It Fl F Cm nat -Flush the NAT rules. .It Fl F Cm queue Flush the queue rules. .It Fl F Cm rules @@ -323,9 +321,6 @@ Allows single options to be modified without disturbing the others: .Bd -literal -offset indent # echo "set loginterface fxp0" | pfctl -mf - .Ed -.It Fl N -Load only the NAT rules present in the rule file. -Other rules and options are ignored. .It Fl n Do not actually load rules, just parse them. .It Fl O @@ -363,8 +358,6 @@ Show the filter parameters specified by (may be abbreviated): .Pp .Bl -tag -width xxxxxxxxxxxxx -compact -.It Fl s Cm nat -Show the currently loaded NAT rules. .It Fl s Cm queue Show the currently loaded queue rules. When used together with |