Date: Thu, 18 Oct 2012 22:19:01 +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-8@freebsd.org Subject: svn commit: r241707 - in stable/8/release/doc/en_US.ISO8859-1: errata relnotes Message-ID: <201210182219.q9IMJ14i033752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer) Date: Thu Oct 18 22:19:00 2012 New Revision: 241707 URL: http://svn.freebsd.org/changeset/base/241707 Log: Close colspec tags to conform to XML standards. This commit should fix more 8-STABLE release build problems. This is a direct commit to stable/8. Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml Thu Oct 18 22:18:11 2012 (r241706) +++ stable/8/release/doc/en_US.ISO8859-1/errata/article.sgml Thu Oct 18 22:19:00 2012 (r241707) @@ -134,9 +134,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> Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Thu Oct 18 22:18:11 2012 (r241706) +++ stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Thu Oct 18 22:19:00 2012 (r241707) @@ -120,9 +120,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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210182219.q9IMJ14i033752>