Date: Thu, 21 Jun 2018 17:05:32 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r335496 - in stable/11/release/doc/en_US.ISO8859-1: errata hardware readme relnotes Message-ID: <201806211705.w5LH5WcK027037@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Jun 21 17:05:31 2018 New Revision: 335496 URL: https://svnweb.freebsd.org/changeset/base/335496 Log: Add xml:id attributes for future diff reduction. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml stable/11/release/doc/en_US.ISO8859-1/readme/article.xml stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Thu Jun 21 16:53:48 2018 (r335495) +++ stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Thu Jun 21 17:05:31 2018 (r335496) @@ -14,6 +14,7 @@ <article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" + xml:id="top" version="5.0"> <info> <title>&os; &release; Errata</title> Modified: stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml Thu Jun 21 16:53:48 2018 (r335495) +++ stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml Thu Jun 21 17:05:31 2018 (r335496) @@ -7,7 +7,9 @@ %devauto; ]> <article xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> + xmlns:xlink="http://www.w3.org/1999/xlink" + xml:id="top" + version="5.0"> <info> <title>&os; &release.current; Hardware Notes</title> Modified: stable/11/release/doc/en_US.ISO8859-1/readme/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/readme/article.xml Thu Jun 21 16:53:48 2018 (r335495) +++ stable/11/release/doc/en_US.ISO8859-1/readme/article.xml Thu Jun 21 17:05:31 2018 (r335496) @@ -13,7 +13,9 @@ End: --> <article xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> + xmlns:xlink="http://www.w3.org/1999/xlink" + xml:id="top" + version="5.0"> <info> <title>&os; &release.current; README</title> @@ -70,7 +72,7 @@ &release.current;, the latest point along the &release.branch; branch.</para> - <sect2> + <sect2 xml:id="intro-about"> <title>About &os;</title> <para>&os; is an operating system based on 4.4 BSD Lite for @@ -107,7 +109,7 @@ be quickly installed from the installation program.</para> </sect2> - <sect2> + <sect2 xml:id="intro-audience"> <title>Target Audience</title> <para releasetype="current">This &release.type; is aimed @@ -163,7 +165,7 @@ complete &os; distribution, rather than updating an existing installation.</para> - <sect2> + <sect2 xml:id="obtain-cd-dvd"> <title>CDROM and DVD</title> <para>&os; -RELEASE distributions may be ordered on CDROM or DVD @@ -180,7 +182,7 @@ &os;</quote></link> appendix to the Handbook.</para> </sect2> - <sect2> + <sect2 xml:id="obtain-https"> <title>HTTPS</title> <para>&os; releases may be downloaded via @@ -189,7 +191,7 @@ which is the official &os; release site.</para> </sect2> - <sect2> + <sect2 xml:id="obtain-ftp"> <title>FTP</title> <para>You can use FTP to retrieve &os; and any or all of its @@ -222,7 +224,7 @@ <sect1 xml:id="contacting"> <title>Contacting the &os; Project</title> - <sect2> + <sect2 xml:id="contacting-email"> <title>Email and Mailing Lists</title> <para>For any questions or general technical support issues, @@ -265,7 +267,7 @@ </important> </sect2> - <sect2> + <sect2 xml:id="contacting-problem-reports"> <title>Submitting Problem Reports</title> <para>Suggestions, bug reports and contributions of code are @@ -369,7 +371,7 @@ </note> </sect2> - <sect2> + <sect2 xml:id="manual-pages"> <title>Manual Pages</title> <para>As with almost all &unix; like operating systems, &os; @@ -387,7 +389,7 @@ and &man.style.9; (a style guide to kernel coding).</para> </sect2> - <sect2> + <sect2 xml:id="books-articles"> <title>Books and Articles</title> <para>Two highly-useful collections of &os;-related information, Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Jun 21 16:53:48 2018 (r335495) +++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Jun 21 17:05:31 2018 (r335496) @@ -11,7 +11,9 @@ <!ENTITY errata SYSTEM "../../share/xml/errata.xml"> ]> <article xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> + xmlns:xlink="http://www.w3.org/1999/xlink" + xml:id="top" + version="5.0"> <info> <title>&os; &release.current; Release Notes</title>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806211705.w5LH5WcK027037>