svn commit: r300641 - stable/10/contrib/ipfilter/man

Cy Schubert cy at FreeBSD.org
Wed May 25 01:48:46 UTC 2016


Author: cy
Date: Wed May 25 01:48:44 2016
New Revision: 300641
URL: https://svnweb.freebsd.org/changeset/base/300641

Log:
  MFC r300177 and r300179: fix two typos in man page.

Modified:
  stable/10/contrib/ipfilter/man/ipf.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/ipfilter/man/ipf.5
==============================================================================
--- stable/10/contrib/ipfilter/man/ipf.5	Wed May 25 01:37:39 2016	(r300640)
+++ stable/10/contrib/ipfilter/man/ipf.5	Wed May 25 01:48:44 2016	(r300641)
@@ -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 prot = 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


More information about the svn-src-stable mailing list