Fix a typo.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2019-01-27 02:31:42 +00:00
parent e5ac304989
commit 60f4a175c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343486

View File

@ -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