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:
parent
f260670a17
commit
46a675faf1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45653
1 changed files with 4 additions and 4 deletions
|
|
@ -115,13 +115,13 @@
|
|||
|
||||
<ul>
|
||||
<li>Physical Address Extensions -
|
||||
<a href="http://www.freebsd.org/cgi/man.cgi?query=pae&apropos=0&sektion=4&manpath=FreeBSD+6.0-current">pae(4)</a></li>
|
||||
<a href="&cgibase;/man.cgi?query=pae&sektion=4&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&apropos=0&sektion=9&manpath=FreeBSD+6.0-current">bus_dma(9)</a></li>
|
||||
<a href="&cgibase;/man.cgi?query=busdma&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&apropos=0&sektion=9&manpath=FreeBSD+6.0-current">pmap(9)</a></li>
|
||||
<a href="&cgibase;/man.cgi?query=pmap&sektion=9">pmap(9)</a></li>
|
||||
<li>Resource Management Functions -
|
||||
<a href="http://www.freebsd.org/cgi/man.cgi?query=rman&apropos=0&sektion=9&manpath=FreeBSD+6.0-current">rman(9)</a></li>
|
||||
<a href="&cgibase;/man.cgi?query=rman&sektion=9">rman(9)</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="platform-status"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue