diff options
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index c7c8476..f4450ef 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,12 +1,12 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 2000 +.Dd May 31, 2001 .Dt IPFW 8 .Os FreeBSD .Sh NAME .Nm ipfw -.Nd controlling utility for IP firewall and traffic shaper +.Nd IP firewall and traffic shaper control program .Sh SYNOPSIS .Nm .Op Fl q @@ -28,7 +28,7 @@ .Op Ar number ... .Nm .Op Fl s Op Ar field -.Op Fl adftN +.Op Fl adeftN .Es \&{ \&} .En Cm list | show .Op Ar number ... @@ -154,7 +154,11 @@ See also the .Cm show command. .It Fl d -While listing, do not print the dynamic rules. +While listing, show dynamic rules in addition to static ones. +.It Fl e +While listing, if the +.Fl d +option was specified, also show expired dynamic rules. .It Fl f Don't ask for confirmation for commands that can cause problems if misused, |