svn commit: r306204 - releng/11.0/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Thu Sep 22 18:31:51 UTC 2016


Author: gjb
Date: Thu Sep 22 18:31:50 2016
New Revision: 306204
URL: https://svnweb.freebsd.org/changeset/base/306204

Log:
  Add a link to the 'installation.html' section for freebsd-update(8)
  usage information.
  
  Suggested by:	theraven
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Sep 22 18:19:12 2016	(r306203)
+++ releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Sep 22 18:31:50 2016	(r306204)
@@ -9,6 +9,7 @@
  %vendor;
 <!ENTITY security SYSTEM "../../share/xml/security.xml">
 <!ENTITY errata SYSTEM "../../share/xml/errata.xml">
+<!ENTITY local.rel "11.0">
 ]>
 <article xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
@@ -144,6 +145,11 @@
       supported, using the instructions in
       <filename>/usr/src/UPDATING</filename>.</para>
 
+    <para>For information on upgrading via &man.freebsd-update.8;,
+      please see the <uri
+	xlink:href="http://www.FreeBSD.org/releases/&local.rel;R/installation.html#upgrade-binary">binary
+	upgrading section</uri> in the Installation page.</para>
+
     <important>
       <para>Upgrading &os; should only be attempted after backing up
 	<emphasis>all</emphasis> data and configuration files.</para>


More information about the svn-src-all mailing list