From 17dd2ae7fbd5839b63602e62479b397a2606078f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 19 May 2016 03:18:54 +0000 Subject: [PATCH] Fix another typo. Reported by: cem MFC after: 6 days --- contrib/ipfilter/man/ipf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ipfilter/man/ipf.5 b/contrib/ipfilter/man/ipf.5 index 3c97aa363f8..e6b470f56f2 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 port = 2049 to any with frags keep fags +pass in proto udp from any port = 2049 to any with frags keep frags .fi .SH Building a tree of rules .PP