From 91ee4be1e29f8f33942dc1898a7b340d1b9c8b13 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 30 Jan 2019 02:39:08 +0000 Subject: [PATCH] MFC r343486: Fix a typo. git-svn-id: svn://svn.freebsd.org/base/stable/10@343568 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/ipfilter/man/ipnat.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ipfilter/man/ipnat.5 b/contrib/ipfilter/man/ipnat.5 index 69163fc14..ab56573d7 100644 --- a/contrib/ipfilter/man/ipnat.5 +++ b/contrib/ipfilter/man/ipnat.5 @@ -104,7 +104,7 @@ map le0 10.0.0.0/8 -> 192.168.55.0/24 portmap tcp/udp auto 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 -- 2.45.0