svn commit: r41375 - head/en_US.ISO8859-1/books/handbook/kernelconfig

Dru Lavigne dru at FreeBSD.org
Fri Apr 5 15:41:31 UTC 2013


Author: dru
Date: Fri Apr  5 15:41:30 2013
New Revision: 41375
URL: http://svnweb.freebsd.org/changeset/doc/41375

Log:
  Fix 2 broken xrefs.
  
  Approved by:  gjb (mentor)

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

Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Fri Apr  5 13:19:13 2013	(r41374)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Fri Apr  5 15:41:30 2013	(r41375)
@@ -291,8 +291,8 @@ following line in &man.loader.conf.5;:
       <para>If <filename class="directory">/usr/src/</filename> does
 	not exist or it is empty, source has not been installed.  The
 	easiest way to install source is to use
-	<application>svn</application> as described in <link
-	  linkend="svn"></link>.  One should also create a symlink to
+	<application>svn</application> as described in <xref
+	  linkend="svn"></xref>.  One should also create a symlink to
 	<filename class="directory">/usr/src/sys/</filename>:</para>
 
 	<screen>&prompt.root; <userinput>ln -s /usr/src/sys /sys</userinput></screen>
@@ -614,7 +614,7 @@ cpu          I686_CPU</programlisting>
     <para>This option enables kernel support for access control lists
       (<acronym>ACL</acronym>s).  This relies on the use of extended
       attributes and <acronym>UFS2</acronym>, and the feature is
-      described in detail in <link linkend="fs-acl"></link>.
+      described in detail in <xref linkend="fs-acl"></xref>.
       <acronym>ACL</acronym>s are enabled by default and should not be
       disabled in the kernel if they have been used previously on a
       file system, as this will remove the ACLs, changing the way


More information about the svn-doc-all mailing list