Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2013 15:41:31 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r41375 - head/en_US.ISO8859-1/books/handbook/kernelconfig
Message-ID:  <201304051541.r35FfVBi033250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304051541.r35FfVBi033250>