svn commit: r45653 - head/en_US.ISO8859-1/htdocs/projects/busdma
Gavin Atkinson
gavin at FreeBSD.org
Sun Sep 21 20:58:16 UTC 2014
Author: gavin
Date: Sun Sep 21 20:58:15 2014
New Revision: 45653
URL: http://svnweb.freebsd.org/changeset/doc/45653
Log:
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/
Modified:
head/en_US.ISO8859-1/htdocs/projects/busdma/index.xml
Modified: head/en_US.ISO8859-1/htdocs/projects/busdma/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/projects/busdma/index.xml Sun Sep 21 20:54:47 2014 (r45652)
+++ head/en_US.ISO8859-1/htdocs/projects/busdma/index.xml Sun Sep 21 20:58:15 2014 (r45653)
@@ -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>
More information about the svn-doc-all
mailing list