svn commit: r340249 - head/sbin/ipfw

Eugene Grosbein eugen at FreeBSD.org
Thu Nov 8 13:17:39 UTC 2018


Author: eugen
Date: Thu Nov  8 13:17:38 2018
New Revision: 340249
URL: https://svnweb.freebsd.org/changeset/base/340249

Log:
  ipfw.8: fix small syntax error in an example
  
  MFC after:	3 days

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Thu Nov  8 12:46:47 2018	(r340248)
+++ head/sbin/ipfw/ipfw.8	Thu Nov  8 13:17:38 2018	(r340249)
@@ -4285,7 +4285,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-head mailing list