Fix an error introduced in an earlier revision: 5.0 was released in 2003,
not 2005. Submitted by: thompsa
This commit is contained in:
parent
c7f7d7f64f
commit
4a4bb08e60
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25005
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.150 2005/07/01 12:27:59 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.151 2005/07/01 12:29:22 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -61,7 +61,7 @@
|
|||
synchronization primitives, interrupt threads, cache-aware allocation
|
||||
and scheduling, and topology-aware scheduling. </p>
|
||||
|
||||
<p>SMPng debuted in FreeBSD 5.0-RELEASE in January of 2005, and involved
|
||||
<p>SMPng debuted in FreeBSD 5.0-RELEASE in January of 2003, and involved
|
||||
over five years of continuous development by a large number of members
|
||||
of the FreeBSD development team, as well as many external contributors.
|
||||
Since 5.0, the implementation has substantially matured; in the 5.0
|
||||
|
|
Loading…
Reference in a new issue