svn commit: r340497 - stable/12/sbin/ipfw

Eugene Grosbein eugen at FreeBSD.org
Sat Nov 17 18:39:10 UTC 2018


Author: eugen
Date: Sat Nov 17 18:39:09 2018
New Revision: 340497
URL: https://svnweb.freebsd.org/changeset/base/340497

Log:
  MFC r340249: ipfw.8: fix small syntax error in an example

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

Modified: stable/12/sbin/ipfw/ipfw.8
==============================================================================
--- stable/12/sbin/ipfw/ipfw.8	Sat Nov 17 18:27:23 2018	(r340496)
+++ stable/12/sbin/ipfw/ipfw.8	Sat Nov 17 18:39:09 2018	(r340497)
@@ -4224,7 +4224,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 ".."


More information about the svn-src-all mailing list