svn commit: r48646 - head/en_US.ISO8859-1/htdocs/news/status

Warren Block wblock at FreeBSD.org
Sat Apr 16 15:43:52 UTC 2016


Author: wblock
Date: Sat Apr 16 15:43:51 2016
New Revision: 48646
URL: https://svnweb.freebsd.org/changeset/doc/48646

Log:
  Add details to Ceph report, fix a couple of spooling arhrs.

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml	Sat Apr 16 09:32:26 2016	(r48645)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml	Sat Apr 16 15:43:51 2016	(r48646)
@@ -1969,7 +1969,7 @@
 	<tt>lld</tt> maintains command-line and functional
 	compatibility with existing linkers (GNU BFD <tt>ld</tt> and
 	<tt>gold</tt>), but <tt>lld</tt>'s authors are not constrained
-	by strict compatability where it would hamper performance or
+	by strict compatibility where it would hamper performance or
 	desired functionality.</p>
 
       <p>The upstream <tt>lld</tt> project made significant progress
@@ -2103,9 +2103,9 @@
       <p>Build Prerequisites</p>
 
       <p>Compiling and building Ceph is tested on 11-CURRENT.  It uses
-	the CLANG toolset taht is available, which needs to be at
+	the CLANG toolset that is available, which needs to be at
 	least 3.7.  Clang 3.4 (on 10.2-STABLE) does not have all the
-	required capabilites to compile everything.</p>
+	required capabilities to compile everything.</p>
 
       <p>This setup will get things running for FreeBSD:</p>
 
@@ -2122,6 +2122,12 @@
 	<li>
 	  <p>Building Ceph</p>
 
+	  <p><tt>git clone https://github.com/wjwithagen/ceph.git</tt></p>
+
+	  <p><tt>cd ceph</tt></p>
+
+	  <p><tt>git checkout wip-wjw-freebsd-tests</tt></p>
+
 	  <p><tt>./do_freebsd.sh</tt></p>
 	</li>
       </ul>


More information about the svn-doc-all mailing list