Entity-ize the release notes and hardware notes and change a reference
in the FAQ to use these. (Presumably there'll be others.) While I'm here, add an entity for the current release's errata file. Heavily based on the last patch in the PR, modified to be consistent with the way that the Website build defines similar entities. PR: 30202 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
This commit is contained in:
parent
10512a374d
commit
a5349c9339
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11299
2 changed files with 5 additions and 2 deletions
|
@ -2434,8 +2434,8 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>See the complete list in the <ulink
|
||||
URL="../handbook/install.html#INSTALL-HW">Handbook</ulink>.</para>
|
||||
<para>See the complete list in the current <ulink
|
||||
URL="&rel.current.hardware;">Hardware Notes</ulink>.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
it's really release time -->
|
||||
<!ENTITY rel.current CDATA "4.4">
|
||||
<!ENTITY rel.current.date CDATA "September, 2001">
|
||||
<!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
|
||||
|
||||
<!-- Sections that we don't want to be published -->
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
|
|
Loading…
Reference in a new issue