Use url entities for links between docs

This commit is contained in:
Denis Peplin 2004-08-05 10:04:31 +00:00
parent 2f69cd65ee
commit c12c11040e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21827
50 changed files with 222 additions and 162 deletions

View file

@ -38,6 +38,8 @@
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademarks;
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;
<!--
URL Entities. These are in place, to allow wrapping long URLs to the 80th
column.
@ -151,7 +153,7 @@
<command>make</command> it will fail if it attempts to build older
source. You can upgrade your entire ports collection by using
<application>CVSup</application>. See <ulink
url="../../books/handbook/cvsup.html">Using CVSup</ulink> section
url="&url.books.handbook;/cvsup.html">Using CVSup</ulink> section
of the Handbook for more information. You can also download the
ports you need manually from <ulink
url="&ftpurl;/pub/FreeBSD/ports/"></ulink> to
@ -162,7 +164,7 @@
(Linux-ABI) enabled in your kernel configuration. Simply add
the following option to your kernel configuration file and
recompile it. Instructions for building a kernel can be found
in the <ulink url="../../books/handbook/index.html">FreeBSD
in the <ulink url="&url.books.handbook;/index.html">FreeBSD
Handbook</ulink>.</para>
<programlisting>options COMPAT_LINUX</programlisting>