svn commit: r53369 - head/en_US.ISO8859-1/books/arch-handbook
Benedict Reuschling
bcr at FreeBSD.org
Thu Sep 5 15:28:23 UTC 2019
Author: bcr
Date: Thu Sep 5 15:28:22 2019
New Revision: 53369
URL: https://svnweb.freebsd.org/changeset/doc/53369
Log:
Fix some igor warings by wrapping long lines.
No functional changes.
Modified:
head/en_US.ISO8859-1/books/arch-handbook/book.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/book.xml Thu Sep 5 08:45:21 2019 (r53368)
+++ head/en_US.ISO8859-1/books/arch-handbook/book.xml Thu Sep 5 15:28:22 2019 (r53369)
@@ -11,12 +11,16 @@
$FreeBSD$
-->
-<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
- <info><title>&os; Architecture Handbook</title>
-
+<book xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+ xml:lang="en">
- <author><orgname>The FreeBSD Documentation Project</orgname></author>
+ <info>
+ <title>&os; Architecture Handbook</title>
+ <author><orgname>The FreeBSD Documentation
+ Project</orgname></author>
+
<pubdate>$FreeBSD$</pubdate>
<copyright>
@@ -53,10 +57,13 @@
helping with this project, send email to the &a.doc;.</para>
<para>The latest version of this document is always available
- from the <link xlink:href="&url.base;/index.html">FreeBSD World
- Wide Web server</link>. It may also be downloaded in a
- variety of formats and compression options from the <link xlink:href="https://download.freebsd.org/ftp/doc/">FreeBSD FTP server</link>
- or one of the numerous <link xlink:href="&url.books.handbook;/mirrors-ftp.html">mirror sites</link>.</para>
+ from the <link xlink:href="&url.base;/index.html">FreeBSD
+ World Wide Web server</link>. It may also be downloaded in
+ a variety of formats and compression options from the <link
+ xlink:href="https://download.freebsd.org/ftp/doc/">FreeBSD
+ FTP server</link> or one of the numerous <link
+ xlink:href="&url.books.handbook;/mirrors-ftp.html">mirror
+ sites</link>.</para>
</abstract>
</info>
@@ -100,14 +107,6 @@
architecture.</para>
</chapter>
- <chapter id="ia64">
- <title>* IA-64</title>
-
- <para>Talk about the architectural specifics of
- FreeBSD/ia64.</para>
-
- </chapter>
-
<chapter id="sparc64">
<title>* SPARC64</title>
@@ -138,10 +137,33 @@
<biblioentry xreflabel="1">
<authorgroup>
- <author><personname><firstname>Marshall</firstname><othername role="Middle">Kirk</othername><surname>McKusick</surname></personname></author>
- <author><personname><firstname>Keith</firstname><surname>Bostic</surname></personname></author>
- <author><personname><firstname>Michael</firstname><othername role="MI">J</othername><surname>Karels</surname></personname></author>
- <author><personname><firstname>John</firstname><othername role="MI">S</othername><surname>Quarterman</surname></personname></author>
+ <author>
+ <personname>
+ <firstname>Marshall</firstname>
+ <othername role="Middle">Kirk</othername>
+ <surname>McKusick</surname>
+ </personname>
+ </author>
+ <author>
+ <personname>
+ <firstname>Keith</firstname>
+ <surname>Bostic</surname>
+ </personname>
+ </author>
+ <author>
+ <personname>
+ <firstname>Michael</firstname>
+ <othername role="MI">J</othername>
+ <surname>Karels</surname>
+ </personname>
+ </author>
+ <author>
+ <personname>
+ <firstname>John</firstname>
+ <othername role="MI">S</othername>
+ <surname>Quarterman</surname>
+ </personname>
+ </author>
</authorgroup>
<copyright>
@@ -152,10 +174,12 @@
<biblioid class="isbn">0-201-54979-4</biblioid>
<publisher>
- <publishername>Addison-Wesley Publishing Company, Inc.</publishername>
+ <publishername>Addison-Wesley Publishing Company,
+ Inc.</publishername>
</publisher>
- <citetitle>The Design and Implementation of the 4.4 BSD Operating System</citetitle>
+ <citetitle>The Design and Implementation of the 4.4 BSD
+ Operating System</citetitle>
<pagenums>1-2</pagenums>
</biblioentry>
More information about the svn-doc-head
mailing list