Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2020 17:45:17 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364459 - head/sbin/ipfw
Message-ID:  <202008211745.07LHjHCj017356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape (ports committer)
Date: Fri Aug 21 17:45:17 2020
New Revision: 364459
URL: https://svnweb.freebsd.org/changeset/base/364459

Log:
  ipfw(8): Fix typo in man page
  
  s/exmaple/example
  
  Approved by:	manpages (gbe@)
  Differential Revision:	https://reviews.freebsd.org/D26147

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Fri Aug 21 16:17:18 2020	(r364458)
+++ head/sbin/ipfw/ipfw.8	Fri Aug 21 17:45:17 2020	(r364459)
@@ -1,7 +1,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 10, 2020
+.Dd August 21, 2020
 .Dt IPFW 8
 .Os
 .Sh NAME
@@ -4566,7 +4566,7 @@ rule will be performed as soon as rule is matched. In 
 rule packet need to be passed to NAT, not allowed as soon is possible.
 .Pp
 There is example of set of rules to achieve this. Bear in mind that this
-is exmaple only and it is not very useful by itself.
+is example only and it is not very useful by itself.
 .Pp
 On way out, after all checks place this rules:
 .Pp



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