Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 18:39:09 +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-12@freebsd.org
Subject:   svn commit: r340497 - stable/12/sbin/ipfw
Message-ID:  <201811171839.wAHId9EG004507@repo.freebsd.org>

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



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