Make link to the manual pages CGI script always point at
www.FreeBSD.org, since mirrors probably won't have CGI support. Reported by: Frank Laszlo <laszlof@tvog.net>
This commit is contained in:
parent
1232f9299a
commit
ff40b601fc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25903
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.1 2005/10/04 07:37:03 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.2 2005/10/06 15:27:30 simon Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/">Handbook</a></li>
|
||||
<li><a href="&base;/docs/man.html">Manual Pages</a>
|
||||
<ul>
|
||||
<li><a href="&base;/cgi/man.cgi">Man Online</a></li>
|
||||
<li><a href="http://www.FreeBSD.org/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/docs/books.html">Books and Articles Online</a></li>
|
||||
|
|
Loading…
Reference in a new issue