svn commit: r346629 - stable/12/sbin/ipfw

Benedict Reuschling bcr at FreeBSD.org
Tue Sep 3 14:07:27 UTC 2019


Author: bcr (doc committer)
Date: Wed Apr 24 06:41:52 2019
New Revision: 346629
URL: https://svnweb.freebsd.org/changeset/base/346629

Log:
  MFC r346490:
  
  Typo fix in ipfw.8: amd -> and
  
  There is an (obvious) typo in the following sentence:
  
  "Please note, that keep-state amd limit imply implicit check-state for ..."
  
  Replace the "amd" with "and", bump .Dd.
  
  PR:		    237438
  Submitted by:	    michael at galassi.us

Modified:
  stable/12/sbin/ipfw/ipfw.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sbin/ipfw/ipfw.8
==============================================================================
--- stable/12/sbin/ipfw/ipfw.8	Wed Apr 24 06:25:21 2019	(r346628)
+++ stable/12/sbin/ipfw/ipfw.8	Wed Apr 24 06:41:52 2019	(r346629)
@@ -1,7 +1,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 19, 2019
+.Dd April 21, 2019
 .Dt IPFW 8
 .Os
 .Sh NAME
@@ -250,7 +250,7 @@ rule, and are typically used to open the firewall on-d
 legitimate traffic only.
 Please note, that
 .Cm keep-state
-amd
+and
 .Cm limit
 imply implicit
 .Cm check-state




More information about the svn-src-stable-12 mailing list