svn commit: r300179 - head/contrib/ipfilter/man

Cy Schubert cy at FreeBSD.org
Thu May 19 03:18:55 UTC 2016


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


More information about the svn-src-all mailing list