Bug 147497

Summary: Typo in /usr/src/UPDATING
Product: Documentation Reporter: Jack <xxjack12xx>
Component: Books & ArticlesAssignee: Gavin Atkinson <gavin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jack 2010-06-05 12:50:04 UTC
20100417:
        COMPAT_IA32 has been added as an alias for COMPAT_FREEBDS32.


COMPAT_FREEBDS32 should be COMPAT_FREEBSD32

Fix: 

Change COMPAT_FREEBDS32 to COMPAT_FREEBSD32
How-To-Repeat: Open up /usr/src/UPDATING
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2010-06-05 14:16:20 UTC
Responsible Changed
From-To: freebsd-doc->gavin

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-05 19:34:02 UTC
Author: gavin
Date: Sat Jun  5 18:30:42 2010
New Revision: 208848
URL: http://svn.freebsd.org/changeset/base/208848

Log:
  Fix typo (COMPAT_FREEBDS32 -> COMPAT_FREEBSD32)
  
  Direct commit to stable/8 as this text isn't in head.
  
  PR:		docs/147497
  Submitted by:	Jack Low <xxjack12xx gmail.com>
  Approved by:	re (kib)

Modified:
  stable/8/UPDATING

Modified: stable/8/UPDATING
==============================================================================
--- stable/8/UPDATING	Sat Jun  5 18:24:41 2010	(r208847)
+++ stable/8/UPDATING	Sat Jun  5 18:30:42 2010	(r208848)
@@ -40,7 +40,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	The meanings correspond to the relevant IPv4 variables.
 
 20100417:
-	COMPAT_IA32 has been added as an alias for COMPAT_FREEBDS32.  A new
+	COMPAT_IA32 has been added as an alias for COMPAT_FREEBSD32.  A new
 	version of config(8) is required.  The error message when you hit this
 	condition is confusing (COMPAT_FREEBSD32 duplicate option), when it
 	should really say "your config is too old to compile this new kernel."
_______________________________________________
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 Gavin Atkinson freebsd_committer freebsd_triage 2010-06-05 22:11:10 UTC
State Changed
From-To: open->closed

Fixed, thanks for your report!