diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-01-27 02:31:42 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-01-27 02:31:42 +0000 |
| commit | 60f4a175c58b4afb2d01068471064d25e2ed7629 (patch) | |
| tree | 19aaa8fa119b36f0f798c609cab0d1ed1e965a35 | |
| parent | e5ac30498922cdacefdeabb9cd2dd3d7d3024cd6 (diff) | |
Fix a typo.
MFC after: 3 days
Notes
svn path=/head/; revision=343486
| -rw-r--r-- | contrib/ipfilter/man/ipnat.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/man/ipnat.5 b/contrib/ipfilter/man/ipnat.5 index 69163fc14407..ab56573d79ea 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 |
