From b1f739bfed5adfc7391880a62cc6f717534ec714 Mon Sep 17 00:00:00 2001 From: eugen Date: Sun, 11 Nov 2018 06:49:05 +0000 Subject: [PATCH] MFC r340249: ipfw.8: fix small syntax error in an example --- sbin/ipfw/ipfw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 268db336757..65853c041c3 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -3899,7 +3899,7 @@ In the following example per-interface firewall is created: .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 ".." -- 2.45.0