svn commit: r40500 - head/en_US.ISO8859-1/books/handbook/bsdinstall

Marc Fonvieille blackend at FreeBSD.org
Sat Dec 29 18:50:57 UTC 2012


Author: blackend
Date: Sat Dec 29 18:50:56 2012
New Revision: 40500
URL: http://svnweb.freebsd.org/changeset/doc/40500

Log:
  Do not hardcode FreeBSD version, use entity instead.
  While I'm there, use an uppercase where needed for consistency.

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

Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Sat Dec 29 18:43:32 2012	(r40499)
+++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Sat Dec 29 18:50:56 2012	(r40500)
@@ -372,7 +372,7 @@
 	</listitem>
 
 	<listitem>
-	  <para>domain name of the local network</para>
+	  <para>Domain name of the local network</para>
 	</listitem>
 
 	<listitem>
@@ -390,7 +390,7 @@
 	creep into the process.  On very rare occasions those bugs
 	affect the installation process.  As these problems are
 	discovered and fixed, they are noted in the <ulink
-	  url="&url.base;/releases/9.0R/errata.html">FreeBSD
+	  url="&url.base;/releases/&rel.current;R/errata.html">FreeBSD
 	Errata</ulink> on the &os; web site.  Check the errata before
 	installing to make sure that there are no problems that might
 	affect the installation.</para>


More information about the svn-doc-all mailing list