svn commit: r340979 - head/sbin/ipfw

Eugene Grosbein eugen at FreeBSD.org
Mon Nov 26 16:10:21 UTC 2018


Author: eugen
Date: Mon Nov 26 16:10:20 2018
New Revision: 340979
URL: https://svnweb.freebsd.org/changeset/base/340979

Log:
  Small language fix after r340978.
  
  MFC after:	3 days

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Mon Nov 26 16:02:17 2018	(r340978)
+++ head/sbin/ipfw/ipfw.8	Mon Nov 26 16:10:20 2018	(r340979)
@@ -4134,7 +4134,7 @@ For both incoming and outgoing frames while flowing th
 .Dl "ipfw add ngtee 1 ip from any to 192.168.0.1 layer2 via em0"
 .Pp
 Make sure you do not perform mirroring for already duplicated frames
-or kernel may hang as there is no safety net here.
+or kernel may hang as there is no safety net.
 .Ss DYNAMIC RULES
 In order to protect a site from flood attacks involving fake
 TCP packets, it is safer to use dynamic rules:


More information about the svn-src-all mailing list