Bug 185057

Summary: ipfw.8 man page grammar fix
Product: Documentation Reporter: Yuri Victorovich <yuri>
Component: Books & ArticlesAssignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2013-12-21 05:40:00 UTC
Index: sbin/ipfw/ipfw.8
===================================================================
--- sbin/ipfw/ipfw.8    (revision 259057)
+++ sbin/ipfw/ipfw.8    (working copy)
@@ -341,7 +341,7 @@
 .Nm
 ABI may break, preventing you from being able to add any rules.
 This can
-adversely effect the booting process.
+adversely affect the booting process.
 You can use
 .Nm
 .Cm disable
Comment 1 Chris Rees freebsd_committer freebsd_triage 2013-12-21 19:36:15 UTC
Responsible Changed
From-To: freebsd-doc->crees

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-21 21:56:19 UTC
Author: crees (doc,ports committer)
Date: Sat Dec 21 21:56:12 2013
New Revision: 259697
URL: http://svnweb.freebsd.org/changeset/base/259697

Log:
  Minor grammar fix
  
  PR:		docs/185057
  Submitted by:	Yuri (yuri@rawbw.com)
  Approved by:	gjb (mentor)

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Sat Dec 21 19:53:51 2013	(r259696)
+++ head/sbin/ipfw/ipfw.8	Sat Dec 21 21:56:12 2013	(r259697)
@@ -335,8 +335,7 @@ Section below for details.
 If the world and the kernel get out of sync the
 .Nm
 ABI may break, preventing you from being able to add any rules.
-This can
-adversely effect the booting process.
+This can adversely affect the booting process.
 You can use
 .Nm
 .Cm disable
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2014-01-12 20:50:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!