..../handbook/handbook.html -> ..../handbook/
That way we pick up the DocBook version, and not the remnants of any LinuxDoc one that's still installed.
This commit is contained in:
parent
9d71d7a488
commit
70789c509e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4614
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-14 16:55:56 $">
|
||||
<!ENTITY date "$Date: 1999-04-05 10:10:57 $">
|
||||
<!ENTITY title "Search">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: search.sgml,v 1.37 1999-02-14 16:55:56 wosch Exp $ -->
|
||||
<!-- $Id: search.sgml,v 1.38 1999-04-05 10:10:57 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -29,7 +29,7 @@ A cross reference of the FreeBSD kernel</a>
|
|||
<hr noshade>
|
||||
|
||||
<a name="web"></a><h2>Web pages (including <a href="&base/FAQ/FAQ.html">FAQ</a>
|
||||
and <a href="&base/handbook/handbook.html">Handbook</a>)</h2>
|
||||
and <a href="&base/handbook/">Handbook</a>)</h2>
|
||||
|
||||
<form action="http://www.freebsd.org/cgi/search.cgi" method="GET">
|
||||
<h3>Search for:</h3>
|
||||
|
|
Loading…
Reference in a new issue