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

@ -7,6 +7,8 @@
%authors;
<!ENTITY % trademark PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademark;
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;
]>
<article>
@ -329,7 +331,7 @@
will need to upgrade to a more modern version of &os; (which
you should do anyway, to make sure your system is not
vulnerable to known security issues). See the <ulink
url="../../books/handbook/makeworld.html">&os;
url="&url.books.handbook;/makeworld.html">&os;
Handbook</ulink> for information about updating your
system.</para>
@ -342,7 +344,7 @@
<literal>GENERIC</literal> kernel, so you will need to create a kernel
config file with the appropriate entries. See &man.stl.4; and the
appropriate section of the <ulink
URL="../../books/handbook/kernelconfig.html">&os;
URL="&url.books.handbook;/kernelconfig.html">&os;
Handbook</ulink>.</para>
</sect2>
@ -1276,7 +1278,7 @@ exit 0</programlisting>
<title>Using a Serial Console on &os;</title>
<para>The procedure for doing this is described in detail in the
<ulink URL="../../books/handbook/serialconsole-setup.html">&os;
<ulink URL="&url.books.handbook;/serialconsole-setup.html">&os;
Handbook</ulink>. This is a quick summary.</para>
<sect2 id="freebsd-kernconf">