svn commit: r50288 - head/en_US.ISO8859-1/books/handbook/cutting-edge

Warren Block wblock at FreeBSD.org
Fri May 26 17:28:30 UTC 2017


Author: wblock
Date: Fri May 26 17:28:28 2017
New Revision: 50288
URL: https://svnweb.freebsd.org/changeset/doc/50288

Log:
  Edit link IDs so old links will work.  Incidentally, split-HTML
  generation only generates files for top-level sections.
  
  PR:		219539
  Reported by:	delphij

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	Fri May 26 11:28:00 2017	(r50287)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Fri May 26 17:28:28 2017	(r50288)
@@ -1069,8 +1069,8 @@ before running "/usr/sbin/freebsd-update
     </sect2>
   </sect1>
 
-  <sect1 xml:id="updating-src">
-    <title>Updating &os; from Source</title>
+  <sect1 xml:id="makeworld">
+    <title xml:id="updating-src">Updating &os; from Source</title>
 
     <para>Updating &os; by compiling from source offers several
       advantages over binary updates.  Code can be built with options
@@ -1112,9 +1112,9 @@ before running "/usr/sbin/freebsd-update
 	    </callout>
 
 	    <callout arearefs="updating-src-qs-review-updating">
-	      <para>Any manual steps required before or after building
-		from source are shown in
-		<filename>/usr/src/UPDATING</filename>.</para>
+	      <para>Check <filename>/usr/src/UPDATING</filename>
+		for any manual steps required before or after building
+		from source.</para>
 	    </callout>
 
 	    <callout arearefs="updating-src-qs-cd">
@@ -1289,7 +1289,7 @@ Working Copy Root Path: /usr/src
     <sect2 xml:id="updating-src-building">
       <title>Building from Source</title>
 
-      <para xml:id="makeworld">The <emphasis>world</emphasis>, or all
+      <para>The <emphasis>world</emphasis>, or all
 	of the operating system except the kernel, is compiled.  This
 	is done first to provide up-to-date tools to build the kernel.
 	Then the kernel itself is built:</para>


More information about the svn-doc-all mailing list