Fix rel2.current.notes, rel2.current.hardware, and rel2.current.errata entities.
(rel.current; -> rel2.current;) Approved by: hrs@
This commit is contained in:
parent
05a27f4aa6
commit
8d2528a552
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38564
1 changed files with 3 additions and 3 deletions
|
@ -68,9 +68,9 @@ used in both environments.
|
|||
<!-- Entities for multiple "latest" versions of FreeBSD -->
|
||||
<!ENTITY rel2.current "8.2">
|
||||
<!ENTITY rel2.current.date "February 2011">
|
||||
<!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
|
||||
<!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
|
||||
<!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.current;R/errata.html'>
|
||||
|
||||
<!--
|
||||
<!ENTITY rel2.current "7.4">
|
||||
|
|
Loading…
Reference in a new issue