Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 14:51:54 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52138 - head/en_US.ISO8859-1/books/developers-handbook/kernelbuild
Message-ID:  <201808161451.w7GEpsbS026921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr
Date: Thu Aug 16 14:51:54 2018
New Revision: 52138
URL: https://svnweb.freebsd.org/changeset/doc/52138

Log:
  Wrap the last few remaining overlong lines in this file to make textproc/igor
  completely happy with it.

Modified:
  head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml

Modified: head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml	Thu Aug 16 14:45:06 2018	(r52137)
+++ head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml	Thu Aug 16 14:51:54 2018	(r52138)
@@ -4,25 +4,28 @@
 
      $FreeBSD$
 -->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="kernelbuild">
+<chapter xmlns="http://docbook.org/ns/docbook"
+  xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+  xml:id="kernelbuild">
   <title>Building and Installing a &os; Kernel</title>
 
   <para>Being a kernel developer requires understanding of the kernel
     build process.  To debug the &os; kernel it is required to be able
     to build one.  There are two known ways to do so:</para>
 
-  <para>The supported procedure to build and install a kernel
-    is documented in the
-    <link xlink:href="../handbook/kernelconfig-building.html">Building and
-	Installing a Custom Kernel</link> chapter of the &os;
-      Handbook.</para>
+  <para>The supported procedure to build and install a kernel is
+    documented in the <link
+      xlink:href="../handbook/kernelconfig-building.html">Building and
+      Installing a Custom Kernel</link> chapter of the &os;
+    Handbook.</para>
 
   <note>
     <para>It is supposed that the reader of this chapter is familiar
-      with the information described in the <link xlink:href="../handbook/kernelconfig-building.html">Building and
-	Installing a Custom Kernel</link> chapter of the &os;
-      Handbook.  If this is not the case, please read through the above
-      mentioned chapter to understand how the build process
+      with the information described in the <link
+	xlink:href="../handbook/kernelconfig-building.html">Building
+	and Installing a Custom Kernel</link> chapter of the &os;
+      Handbook.  If this is not the case, please read through the
+      above mentioned chapter to understand how the build process
       works.</para>
   </note>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808161451.w7GEpsbS026921>