Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 06:49:05 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r340349 - stable/11/sbin/ipfw
Message-ID:  <201811110649.wAB6n5XE073288@repo.freebsd.org>

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



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