| Summary: | Typo in /usr/src/UPDATING | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Jack <xxjack12xx> |
| Component: | Books & Articles | Assignee: | Gavin Atkinson <gavin> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->gavin Take 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" State Changed From-To: open->closed Fixed, thanks for your report! |
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