svn commit: r45678 - head/en_US.ISO8859-1/books/handbook/dtrace

Gavin Atkinson gavin at FreeBSD.org
Fri Sep 26 14:17:39 UTC 2014


Author: gavin
Date: Fri Sep 26 14:17:38 2014
New Revision: 45678
URL: http://svnweb.freebsd.org/changeset/doc/45678

Log:
  Fix link to CDDL license.
  
  Submitted by:	Matthew Rezny

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

Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml	Fri Sep 26 10:14:18 2014	(r45677)
+++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml	Fri Sep 26 14:17:38 2014	(r45678)
@@ -144,7 +144,7 @@ that might make this chapter too large.
       on &os;, see
       <filename>/usr/src/cddl/contrib/opensolaris/OPENSOLARIS.LICENSE</filename>
       or view it online at <uri
-	xlink:href="http://www.opensolaris.org/os/licensing">http://www.opensolaris.org/os/licensing</uri>.
+	xlink:href="http://opensource.org/licenses/CDDL-1.0">http://opensource.org/licenses/CDDL-1.0</uri>.
       While a &os; kernel with &dtrace; support is
       <acronym>BSD</acronym> licensed, the <acronym>CDDL</acronym> is
       used when the modules are distributed in binary form or the


More information about the svn-doc-head mailing list