svn commit: r334694 - releng/11.2/release/doc/en_US.ISO8859-1/relnotes
Glen Barber
gjb at FreeBSD.org
Tue Jun 5 21:55:41 UTC 2018
Author: gjb
Date: Tue Jun 5 21:55:40 2018
New Revision: 334694
URL: https://svnweb.freebsd.org/changeset/base/334694
Log:
Add xml:id to the article tag for diff reduction when regenerating
the relnotes page.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.2/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: releng/11.2/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- releng/11.2/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jun 5 21:41:26 2018 (r334693)
+++ releng/11.2/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jun 5 21:55:40 2018 (r334694)
@@ -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="article"
+ version="5.0">
<info>
<title>&os; &release.current; Release Notes</title>
More information about the svn-src-releng
mailing list