Fix typo.

Reported by:	Ruben Kerkhof <ruben@rubenkerkhof.com>
MFC after:	6 days
This commit is contained in:
Cy Schubert 2016-05-19 02:06:48 +00:00
parent af20e818eb
commit 0003f67197
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300177

View File

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