diff options
author | bmah <bmah@FreeBSD.org> | 2001-07-26 16:31:22 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-07-26 16:31:22 +0000 |
commit | 6a4275eaf8eb74d9df257be9c05ed0d2ccf71632 (patch) | |
tree | ce16fdad203fd426cc87e06cc01f56e42c8cfd23 /release | |
parent | de985cf0e5ef50abcf43b06d4de61ea3b508267c (diff) | |
download | FreeBSD-src-6a4275eaf8eb74d9df257be9c05ed0d2ccf71632.zip FreeBSD-src-6a4275eaf8eb74d9df257be9c05ed0d2ccf71632.tar.gz |
Add some navigation in the form of internal hyperlinks to get around
the different sections of the release notes. There's probably a better
way to do this.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 13 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 13 |
2 files changed, 20 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 9bebc06..6092de4 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -24,7 +24,14 @@ and improved, minor bugs were fixed, insecure coding practices were audited and corrected, and source code was cleaned up.</para> - <sect2> + <para>The release notes items are organized into three different + sections. <xref linkend="kernel"> lists recent changes to the &os; + kernel. Security fixes, including those pertaining to security + advisories, are listed in <xref linkend="security">. Finally, <xref + linkend="userland"> covers changes to &os; userland applications + included in the base system.</para> + + <sect2 id="kernel"> <title>Kernel Changes</title> <para>The &man.kqueue.2; event notification facility was added to @@ -787,7 +794,7 @@ </sect4> </sect3> </sect2> - <sect2> + <sect2 id="security"> <title>Security Fixes</title> <para>&man.sysinstall.8; now allows the user to select one of three @@ -965,7 +972,7 @@ <para>A remote buffer overflow in &man.telnetd.8; has been fixed (see security advisory FreeBSD-SA-01:49). &merged;</para> </sect2> - <sect2> + <sect2 id="userland"> <title>Userland Changes</title> <para>&man.cdcontrol.1; now supports a <literal>cdid</literal> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 9bebc06..6092de4 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -24,7 +24,14 @@ and improved, minor bugs were fixed, insecure coding practices were audited and corrected, and source code was cleaned up.</para> - <sect2> + <para>The release notes items are organized into three different + sections. <xref linkend="kernel"> lists recent changes to the &os; + kernel. Security fixes, including those pertaining to security + advisories, are listed in <xref linkend="security">. Finally, <xref + linkend="userland"> covers changes to &os; userland applications + included in the base system.</para> + + <sect2 id="kernel"> <title>Kernel Changes</title> <para>The &man.kqueue.2; event notification facility was added to @@ -787,7 +794,7 @@ </sect4> </sect3> </sect2> - <sect2> + <sect2 id="security"> <title>Security Fixes</title> <para>&man.sysinstall.8; now allows the user to select one of three @@ -965,7 +972,7 @@ <para>A remote buffer overflow in &man.telnetd.8; has been fixed (see security advisory FreeBSD-SA-01:49). &merged;</para> </sect2> - <sect2> + <sect2 id="userland"> <title>Userland Changes</title> <para>&man.cdcontrol.1; now supports a <literal>cdid</literal> |