aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/man
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-05-19 02:06:48 +0000
committerCy Schubert <cy@FreeBSD.org>2016-05-19 02:06:48 +0000
commit0003f67197881bf29d7fb5f49233d8e5262013a3 (patch)
tree69800ea3c6efc182d56759118b67e730a2e89a7d /contrib/ipfilter/man
parentaf20e818eb024530c6b20302af375eaa41e4ba03 (diff)
downloadsrc-0003f67197881bf29d7fb5f49233d8e5262013a3.tar.gz
src-0003f67197881bf29d7fb5f49233d8e5262013a3.zip
Fix typo.
Reported by: Ruben Kerkhof <ruben@rubenkerkhof.com> MFC after: 6 days
Notes
Notes: svn path=/head/; revision=300177
Diffstat (limited to 'contrib/ipfilter/man')
-rw-r--r--contrib/ipfilter/man/ipf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/man/ipf.5 b/contrib/ipfilter/man/ipf.5
index 3e5e9b237d74..3c97aa363f88 100644
--- a/contrib/ipfilter/man/ipf.5
+++ b/contrib/ipfilter/man/ipf.5
@@ -881,7 +881,7 @@ through without needing to explicitly allow all fragment body packets.
An example of how this is done is as follows:
.PP
.nf
-pass in proto udp from any prot = 2049 to any with frags keep fags
+pass in proto udp from any port = 2049 to any with frags keep fags
.fi
.SH Building a tree of rules
.PP