Date: Thu, 19 May 2016 03:18:54 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300179 - head/contrib/ipfilter/man Message-ID: <201605190318.u4J3Is5G042547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu May 19 03:18:54 2016 New Revision: 300179 URL: https://svnweb.freebsd.org/changeset/base/300179 Log: Fix another typo. Reported by: cem MFC after: 6 days Modified: head/contrib/ipfilter/man/ipf.5 Modified: head/contrib/ipfilter/man/ipf.5 ============================================================================== --- head/contrib/ipfilter/man/ipf.5 Thu May 19 02:58:30 2016 (r300178) +++ head/contrib/ipfilter/man/ipf.5 Thu May 19 03:18:54 2016 (r300179) @@ -881,7 +881,7 @@ through without needing to explicitly al 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605190318.u4J3Is5G042547>