Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 18:50:23 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50275 - head/en_US.ISO8859-1/books/handbook/cutting-edge
Message-ID:  <201705231850.v4NIoNPA059282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Tue May 23 18:50:23 2017
New Revision: 50275
URL: https://svnweb.freebsd.org/changeset/doc/50275

Log:
  Whitespace fixes to make igor(1) happy.
  
  Translators, please ignore.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Tue May 23 18:00:40 2017	(r50274)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Tue May 23 18:50:23 2017	(r50275)
@@ -1077,9 +1077,9 @@ before running "/usr/sbin/freebsd-update
       to take advantage of specific hardware.  Parts of the base
       system can be built with non-default settings, or left out
       entirely where they are not needed or desired.  The build
-      process takes longer to update a system than just installing binary updates, but
-      allows complete customization to produce a tailored version of
-      &os;.</para>
+      process takes longer to update a system than just installing
+      binary updates, but allows complete customization to produce
+      a tailored version of &os;.</para>
 
     <sect2 xml:id="updating-src-quick-start">
       <title>Quick Start</title>
@@ -1256,11 +1256,11 @@ Working Copy Root Path: /usr/src
 
 	<para>Based on
 	  <xref linkend="updating-src-obtaining-src-repopath"/>, the
-	  source used to update <literal>10.3-RELEASE</literal> has a
-	  repository path of <literal>base/releng/10.3</literal>.  That
-	  path is used when checking out the source:</para>
+	  source used to update <literal>10.3-RELEASE</literal> has
+	  a repository path of <literal>base/releng/10.3</literal>.
+	  That path is used when checking out the source:</para>
 
-        <screen>&prompt.root; <userinput>mv /usr/src /usr/src.bak</userinput>  <co xml:id="updating-src-obtaining-src-mv"/>
+	<screen>&prompt.root; <userinput>mv /usr/src /usr/src.bak</userinput>  <co xml:id="updating-src-obtaining-src-mv"/>
 &prompt.root; <userinput>svn checkout https://svn.freebsd.org/base/<replaceable>releng/10.3</replaceable>; /usr/src</userinput>  <co xml:id="updating-src-obtaining-src-checkout-cmd"/></screen>
 
 	<calloutlist>
@@ -1307,7 +1307,8 @@ Working Copy Root Path: /usr/src
 	  <filename>/usr/obj</filename>.  This can speed up later
 	  builds by avoiding recompiling code that has not changed.
 	  To force a clean rebuild of everything, use
-	  <buildtarget>cleanworld</buildtarget> before starting a build:</para>
+	  <buildtarget>cleanworld</buildtarget> before starting
+	  a build:</para>
 
 	<screen>&prompt.root; <userinput>make cleanworld</userinput></screen>
       </sect3>
@@ -1374,7 +1375,7 @@ Working Copy Root Path: /usr/src
 	  <para><filename>/usr/src</filename> can be deleted or
 	    recreated, so it is preferable to keep custom kernel
 	    config files in a separate directory, like
-	    <filename>/root</filename>. Link the kernel config file
+	    <filename>/root</filename>.  Link the kernel config file
 	    into the <filename>conf</filename> directory.  If that
 	    directory is deleted or overwritten, the kernel config
 	    can be re-linked into the new one.</para>
@@ -1449,8 +1450,9 @@ Working Copy Root Path: /usr/src
 	<screen>&prompt.root; <userinput>mergemaster -Ui</userinput></screen>
 
 	<para>If a file must be manually merged, an interactive
-	  display allows the user to choose which portions of the files are
-	  kept.  See &man.mergemaster.8; for more information.</para>
+	  display allows the user to choose which portions of the
+	  files are kept.  See &man.mergemaster.8; for more
+	  information.</para>
       </sect3>
 
       <sect3 xml:id="updating-src-completing-check-old">



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