Simplify four manpage links to remove unnecessary parameters, and link

to the most default version of each man page rather than hard-coding the
version from 6.0.  The pae(4) man page is only available on i386, so that
needs to be stated explicitly.

Use &cgibase; rather than hardcoding http://www.freebsd.org/cgi/
This commit is contained in:
Gavin Atkinson 2014-09-21 20:58:15 +00:00
parent f260670a17
commit 46a675faf1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45653

View file

@ -115,13 +115,13 @@
<ul>
<li>Physical Address Extensions -
<a href="http://www.freebsd.org/cgi/man.cgi?query=pae&amp;apropos=0&amp;sektion=4&amp;manpath=FreeBSD+6.0-current">pae(4)</a></li>
<a href="&cgibase;/man.cgi?query=pae&amp;sektion=4&amp;arch=i386">pae(4)</a></li>
<li>Bus and Machine-independent DMA Mapping Interface -
<a href="http://www.freebsd.org/cgi/man.cgi?query=busdma&amp;apropos=0&amp;sektion=9&amp;manpath=FreeBSD+6.0-current">bus_dma(9)</a></li>
<a href="&cgibase;/man.cgi?query=busdma&amp;sektion=9">bus_dma(9)</a></li>
<li>Machine-dependent part of the Virtual Memory (VM) system -
<a href="http://www.freebsd.org/cgi/man.cgi?query=pmap&amp;apropos=0&amp;sektion=9&amp;manpath=FreeBSD+6.0-current">pmap(9)</a></li>
<a href="&cgibase;/man.cgi?query=pmap&amp;sektion=9">pmap(9)</a></li>
<li>Resource Management Functions -
<a href="http://www.freebsd.org/cgi/man.cgi?query=rman&amp;apropos=0&amp;sektion=9&amp;manpath=FreeBSD+6.0-current">rman(9)</a></li>
<a href="&cgibase;/man.cgi?query=rman&amp;sektion=9">rman(9)</a></li>
</ul>
<a name="platform-status"></a>