Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2018 13:17:38 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340249 - head/sbin/ipfw
Message-ID:  <201811081317.wA8DHcMG024608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ".."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811081317.wA8DHcMG024608>