Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 02:06:48 +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: r300177 - head/contrib/ipfilter/man
Message-ID:  <201605190206.u4J26mux020755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu May 19 02:06:48 2016
New Revision: 300177
URL: https://svnweb.freebsd.org/changeset/base/300177

Log:
  Fix typo.
  
  Reported by:	Ruben Kerkhof <ruben@rubenkerkhof.com>
  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 00:04:58 2016	(r300176)
+++ head/contrib/ipfilter/man/ipf.5	Thu May 19 02:06:48 2016	(r300177)
@@ -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 fags
 .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?201605190206.u4J26mux020755>