svn commit: r43843 - head/en_US.ISO8859-1/books/porters-handbook/appendices
Warren Block
wblock at FreeBSD.org
Sun Feb 9 02:41:30 UTC 2014
Author: wblock
Date: Sun Feb 9 02:41:30 2014
New Revision: 43843
URL: http://svnweb.freebsd.org/changeset/doc/43843
Log:
Whitespace-only fixes, translators please ignore.
Modified:
head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml Sun Feb 9 02:36:59 2014 (r43842)
+++ head/en_US.ISO8859-1/books/porters-handbook/appendices/chapter.xml Sun Feb 9 02:41:30 2014 (r43843)
@@ -5,68 +5,70 @@
$FreeBSD$
-->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="appendencies">
- <title>Appendices</title>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink=
+ "http://www.w3.org/1999/xlink" version="5.0" xml:id="appendencies">
- <sect1 xml:id="uses-values">
- <title>Values of <varname>USES</varname></title>
+ <title>Appendices</title>
+
+ <sect1 xml:id="uses-values">
+ <title>Values of <varname>USES</varname></title>
- <table>
- <title>Values of <varname>USES</varname></title>
+ <table>
+ <title>Values of <varname>USES</varname></title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Feature</entry>
- <entry>Arguments</entry>
- <entry>Description</entry>
- </row>
- </thead>
-
- <tbody valign="top">
- &values.uses;
- </tbody>
- </tgroup>
- </table>
- </sect1>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Arguments</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody valign="top">
+ &values.uses;
+ </tbody>
+ </tgroup>
+ </table>
+ </sect1>
+
+ <sect1 xml:id="freebsd-versions">
+ <title><literal>__FreeBSD_version</literal> Values</title>
+
+ <para>Here is a convenient list of
+ <literal>__FreeBSD_version</literal> values as defined in
+ <link
+ xlink:href="http://svnweb.FreeBSD.org/base/head/sys/sys/param.h?view=markup">sys/param.h</link>:</para>
- <sect1 xml:id="freebsd-versions">
+ <table frame="none">
<title><literal>__FreeBSD_version</literal> Values</title>
- <para>Here is a convenient list of
- <literal>__FreeBSD_version</literal> values as defined in
- <link
- xlink:href="http://svnweb.FreeBSD.org/base/head/sys/sys/param.h?view=markup">sys/param.h</link>:</para>
-
- <table frame="none">
- <title><literal>__FreeBSD_version</literal> Values</title>
-
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Value</entry>
- <entry>Date</entry>
- <entry>Release</entry>
- </row>
- </thead>
-
- <tbody>
- &values.versions;
- </tbody>
- </tgroup>
- </table>
-
- <note>
- <para>Note that 2.2-STABLE sometimes identifies itself as
- <quote>2.2.5-STABLE</quote> after the 2.2.5-RELEASE. The
- pattern used to be year followed by the month, but we
- decided to change it to a more straightforward major/minor
- system starting from 2.2. This is because the parallel
- development on several branches made it infeasible to
- classify the releases simply by their real release dates.
- If you are making a port now, you do not have to worry about
- old -CURRENTs; they are listed here just for your
- reference.</para>
- </note>
- </sect1>
- </chapter>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Value</entry>
+ <entry>Date</entry>
+ <entry>Release</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ &values.versions;
+ </tbody>
+ </tgroup>
+ </table>
+
+ <note>
+ <para>Note that 2.2-STABLE sometimes identifies itself as
+ <quote>2.2.5-STABLE</quote> after the 2.2.5-RELEASE. The
+ pattern used to be year followed by the month, but we decided
+ to change it to a more straightforward major/minor system
+ starting from 2.2. This is because the parallel development
+ on several branches made it infeasible to classify the
+ releases simply by their real release dates. If you are
+ making a port now, you do not have to worry about old
+ -CURRENTs; they are listed here just for your
+ reference.</para>
+ </note>
+ </sect1>
+</chapter>
More information about the svn-doc-head
mailing list