svn commit: r195758 - stable/7

Brian Somers brian at FreeBSD.org
Sat Jul 18 21:50:54 UTC 2009


Author: brian
Date: Sat Jul 18 21:50:53 2009
New Revision: 195758
URL: http://svn.freebsd.org/changeset/base/195758

Log:
  Fix some typos.  The changes only apply to UPDATING in stable/7.
  
  PR:		133110
  Submitted by:	Glen Barber - glen.j.barber at gmail

Modified:
  stable/7/UPDATING

Modified: stable/7/UPDATING
==============================================================================
--- stable/7/UPDATING	Sat Jul 18 20:19:53 2009	(r195757)
+++ stable/7/UPDATING	Sat Jul 18 21:50:53 2009	(r195758)
@@ -143,13 +143,13 @@ portupgrade.
 
 	The important thing to note is that the 82575 adapters
 	were supported in the em driver in 7.0, but now needed
-	to be moved into igb, so if you have the effected cards
+	to be moved into igb, so if you have the affected cards
 	be sure and make any script changes to follow the name
 	change.
 
-	There are only 3 PCI ID's effected in this change:
+	There are only 3 PCI ID's affected in this change:
 		0x10A7, 0x10A9, and 0x10D6 
-	So you can know ahead of time if they will be effected,
+	So you can know ahead of time if they will be affected,
 	these will now be supported in the igb driver. That
 	driver will also support the new 82576 followon.
 
@@ -161,7 +161,7 @@ portupgrade.
 
 20080724:
 	I have MFC'd in code to support multiple routing tables.
-	see the man pages setfib(1) and setfib(2).
+	See the man pages setfib(1) and setfib(2).
 	This is a backwards compatible version,
 	but to make use of it you need to compile your kernel
 	with options ROUTETABLES=2 (or more up to 16).


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