svn commit: r52138 - head/en_US.ISO8859-1/books/developers-handbook/kernelbuild

Benedict Reuschling bcr at FreeBSD.org
Thu Aug 16 14:51:55 UTC 2018


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>
 


More information about the svn-doc-all mailing list