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:
parent
8b16f83d03
commit
321a5f827d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22104
1 changed files with 1 additions and 1 deletions
|
@ -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;, & &man.init.8; for
|
||||
|
|
Loading…
Reference in a new issue