Author: eugen
Date: Sun Nov 11 06:49:05 2018
New Revision: 340349
URL: https://svnweb.freebsd.org/changeset/base/340349

Log:
  MFC r340249: ipfw.8: fix small syntax error in an 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  Sun Nov 11 06:05:28 2018        (r340348)
+++ stable/11/sbin/ipfw/ipfw.8  Sun Nov 11 06:49:05 2018        (r340349)
@@ -3899,7 +3899,7 @@ In the following example per-interface firewall is cre
 .Pp
 The following example illustrate usage of flow tables:
 .Pp
-.Dl "ipfw table fl create type flow:flow:src-ip,proto,dst-ip,dst-port"
+.Dl "ipfw table fl create type flow:src-ip,proto,dst-ip,dst-port"
 .Dl "ipfw table fl add 2a02:6b8:77::88,tcp,2a02:6b8:77::99,80 11"
 .Dl "ipfw table fl add 10.0.0.1,udp,10.0.0.2,53 12"
 .Dl ".."
_______________________________________________
[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