svn commit: r343568 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

Cy Schubert cy at FreeBSD.org
Wed Jan 30 02:39:10 UTC 2019


Author: cy
Date: Wed Jan 30 02:39:08 2019
New Revision: 343568
URL: https://svnweb.freebsd.org/changeset/base/343568

Log:
  MFC r343486:
  
  Fix a typo.

Modified:
  stable/10/contrib/ipfilter/man/ipnat.5
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/contrib/ipfilter/man/ipnat.5
  stable/12/contrib/ipfilter/man/ipnat.5
Directory Properties:
  stable/11/   (props changed)
  stable/12/   (props changed)

Modified: stable/10/contrib/ipfilter/man/ipnat.5
==============================================================================
--- stable/10/contrib/ipfilter/man/ipnat.5	Wed Jan 30 02:07:13 2019	(r343567)
+++ stable/10/contrib/ipfilter/man/ipnat.5	Wed Jan 30 02:39:08 2019	(r343568)
@@ -104,7 +104,7 @@ map le0 10.0.0.0/8 -> 192.168.55.0/24 portmap tcp/udp 
 In this instance, the word "auto" tells IPFilter to calculate a private
 range of port numbers for each address on the LHS to use without fear
 of them being trampled by others.  This can lead to problems if there are
-connections being generated mire quickly than IPFilter can expire them.
+connections being generated more quickly than IPFilter can expire them.
 In this instance, and if we want to get away from a private range of
 port numbers, we can say:
 .nf


More information about the svn-src-all mailing list