Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2016 01:48:45 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r300641 - stable/10/contrib/ipfilter/man
Message-ID:  <201605250148.u4P1mjof020942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605250148.u4P1mjof020942>