svn commit: r240653 - in stable/9/release/doc:
en_US.ISO8859-1/errata en_US.ISO8859-1/relnotes
ru_RU.KOI8-R/relnotes/common
Glen Barber
gjb at FreeBSD.org
Tue Sep 18 14:05:36 UTC 2012
Author: gjb (doc,ports committer)
Date: Tue Sep 18 14:05:35 2012
New Revision: 240653
URL: http://svn.freebsd.org/changeset/base/240653
Log:
Close colspec tags to conform to XML standards.
This commit should fix more 9-STABLE release build problems.
This is a direct commit to stable/9.
Modified:
stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
stable/9/release/doc/en_US.ISO8859-1/relnotes/article.sgml
stable/9/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml (contents, props changed)
Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
==============================================================================
--- stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml Tue Sep 18 14:00:11 2012 (r240652)
+++ stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml Tue Sep 18 14:05:35 2012 (r240653)
@@ -132,9 +132,9 @@
<informaltable frame="none" pgwide="1">
<tgroup cols="3">
- <colspec colwidth="1*">
- <colspec colwidth="1*">
- <colspec colwidth="3*">
+ <colspec colwidth="1*"/>
+ <colspec colwidth="1*"/>
+ <colspec colwidth="3*"/>
<thead>
<row>
Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.sgml
==============================================================================
--- stable/9/release/doc/en_US.ISO8859-1/relnotes/article.sgml Tue Sep 18 14:00:11 2012 (r240652)
+++ stable/9/release/doc/en_US.ISO8859-1/relnotes/article.sgml Tue Sep 18 14:05:35 2012 (r240653)
@@ -97,9 +97,9 @@
<informaltable frame="none" pgwide="1">
<tgroup cols="3">
- <colspec colwidth="1*">
- <colspec colwidth="1*">
- <colspec colwidth="3*">
+ <colspec colwidth="1*"/>
+ <colspec colwidth="1*"/>
+ <colspec colwidth="3*"/>
<thead>
<row>
<entry>Advisory</entry>
@@ -295,8 +295,8 @@
<informaltable frame="none" pgwide="1">
<tgroup cols="2">
- <colspec colwidth="1*">
- <colspec colwidth="3*">
+ <colspec colwidth="1*"/>
+ <colspec colwidth="3*"/>
<thead>
<row>
<entry>&man.sysctl.8; variable name</entry>
Modified: stable/9/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml
==============================================================================
Binary file (source and/or target). No diff available.
More information about the svn-src-stable-9
mailing list