Author: ae
Date: Thu Jul  5 15:36:49 2018
New Revision: 335986
URL: https://svnweb.freebsd.org/changeset/base/335986

Log:
  MFC r335759:
    Remove extra "ipfw" from example.

Modified:
  stable/11/sbin/ipfw/ipfw.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/ipfw/ipfw.8
==============================================================================
--- stable/11/sbin/ipfw/ipfw.8  Thu Jul  5 15:34:16 2018        (r335985)
+++ stable/11/sbin/ipfw/ipfw.8  Thu Jul  5 15:36:49 2018        (r335986)
@@ -1,7 +1,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 9, 2018
+.Dd June 28, 2018
 .Dt IPFW 8
 .Os
 .Sh NAME
@@ -3829,9 +3829,9 @@ In the following example per-interface firewall is cre
 .Dl "ipfw table OUT add vlan20 22000"
 .Dl "ipfw table OUT add vlan30 23000"
 .Dl ".."
-.Dl "ipfw add 100 ipfw setfib tablearg ip from any to any recv 'table(IN)' in"
-.Dl "ipfw add 200 ipfw skipto tablearg ip from any to any recv 'table(IN)' in"
-.Dl "ipfw add 300 ipfw skipto tablearg ip from any to any xmit 'table(OUT)' 
out"
+.Dl "ipfw add 100 setfib tablearg ip from any to any recv 'table(IN)' in"
+.Dl "ipfw add 200 skipto tablearg ip from any to any recv 'table(IN)' in"
+.Dl "ipfw add 300 skipto tablearg ip from any to any xmit 'table(OUT)' out"
 .Pp
 The following example illustrate usage of flow tables:
 .Pp
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to