svn commit: r240663 -
stable/9/release/doc/en_US.ISO8859-1/installation
Glen Barber
gjb at FreeBSD.org
Tue Sep 18 16:49:58 UTC 2012
Author: gjb (doc,ports committer)
Date: Tue Sep 18 16:49:57 2012
New Revision: 240663
URL: http://svn.freebsd.org/changeset/base/240663
Log:
Convert installation article to XML stanards.
This commit should be the final fix for the 9-STABLE release build.
This is a direct commit to stable/9.
Modified:
stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml
Modified: stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml
==============================================================================
--- stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml Tue Sep 18 16:39:04 2012 (r240662)
+++ stable/9/release/doc/en_US.ISO8859-1/installation/article.sgml Tue Sep 18 16:49:57 2012 (r240663)
@@ -1,9 +1,15 @@
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
-%articles.ent;
+<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [
+<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN">
+%entities;
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
+
+<!-- Text constants which probably don't need to be changed.-->
+
+<!ENTITY % include.historic "IGNORE">
+<!ENTITY % no.include.historic "IGNORE">
]>
<article>
More information about the svn-src-stable-9
mailing list