Use a more precise ulink and prevent a needless footnote from being created.

This could also have been done with

<ulink url="&url.base;/docs.html"></ulink>.

but that would have caused "../../../docs.html" to be dislpayed in the
HTML version.  That's what we want to link to, but it looks better to
display the absolute URL inline.  This commit gives us the best of
both worlds, for print and HTML output :

          browse the list of tutorials at <ulink
-         url="&url.base;/index.html">http://www.FreeBSD.org/</ulink>.
+         url="&url.base;/docs.html">http://www.FreeBSD.org/docs.html</ulink>

Found by:	loader@freebsdmall.com
This commit is contained in:
Murray Stokely 2004-08-25 10:23:21 +00:00
parent 8b16f83d03
commit 321a5f827d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22104

View file

@ -2760,7 +2760,7 @@ water.CS.Example localhost.Example. UGH 34 47641234 lo0 - 0.438
system for this yet, please see the tutorial for configuring
dialup services; if you have a World-Wide Web browser available,
browse the list of tutorials at <ulink
url="&url.base;/index.html">http://www.FreeBSD.org/</ulink>.
url="&url.base;/docs.html">http://www.FreeBSD.org/docs.html</ulink>.
You may also want to check the manual pages for &man.sio.4; for
information on the serial port device driver and &man.ttys.5;,
&man.gettytab.5;, &man.getty.8;, &amp; &man.init.8; for