Author: cy Date: Sun Jan 27 02:31:42 2019 New Revision: 343486 URL: https://svnweb.freebsd.org/changeset/base/343486
Log: Fix a typo. MFC after: 3 days Modified: head/contrib/ipfilter/man/ipnat.5 Modified: head/contrib/ipfilter/man/ipnat.5 ============================================================================== --- head/contrib/ipfilter/man/ipnat.5 Sun Jan 27 00:46:06 2019 (r343485) +++ head/contrib/ipfilter/man/ipnat.5 Sun Jan 27 02:31:42 2019 (r343486) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"