Bug 16327

Summary: link to handbook section on ethernet cards is wrong
Product: Documentation Reporter: John Reynolds <jjreynold>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description John Reynolds 2000-01-24 13:50:01 UTC
I was going through the updated handbook / FAQ this morning trying links out
and noticed that in the FAQ entry (under section 2) that asks:

  Which network cards does FreeBSD support?

the link pointed to a section in the handbook that had nothing to do with
ethernet cards. The patch supplied below will correct that problem.

How-To-Repeat: 
  Go to this section of the FAQ and click on the "Ethernet cards" link. It
will take you to the first page of the "installation" section of the handbook
instead of to a list of supported ethernet cards.
Comment 1 John Reynolds 2000-01-24 13:58:27 UTC
Looks like I sent this in a bit too soon. As I was following more links,
I noticed another one that needed to be updated from "install.html" to
"install-hw.html" (same fix as in this PR's original patch).

This patch supercedes the one in the original PR and fixes two links--one 
pointing to supported ethernet devices and one pointing to supported
"misc" devices.


--- book.sgml.old       Mon Jan 24 06:40:40 2000
+++ book.sgml   Mon Jan 24 06:50:35 2000
@@ -1981,7 +1981,7 @@
 <qandaentry><question>
 <para>Which network cards does FreeBSD support?</para></question><answer>
 
-<para>See the <ulink URL="../handbook/install.html#INSTALL-NICS">Ethernet cards</ulink> section of the handbook for a more
+<para>See the <ulink URL="../handbook/install-hw.html#INSTALL-NICS">Ethernet cards</ulink> section of the handbook for a more
 complete list. </para>
   
 </answer></qandaentry>
@@ -2007,7 +2007,7 @@
 <qandaentry><question>
 <para>What other devices does 2.X support?</para></question><answer>
 
-<para>See the <ulink URL="../handbook/install.html#INSTALL-MISC">Handbook</ulink> 
+<para>See the <ulink URL="../handbook/install-hw.html#INSTALL-MISC">Handbook</ulink> 
 for the list of other devices supported.</para>
   
 </answer></qandaentry>



-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
John Reynolds         Chandler Capabilities Engineering, CDS, Intel Corporation
jreynold@sedona.ch.intel.com  My opinions are mine, not Intel's. Running
jjreynold@home.com          FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve.
http://members.home.com/jjreynold/  Come join us!!! @ http://www.FreeBSD.org/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Comment 2 nbm freebsd_committer freebsd_triage 2000-01-24 14:04:27 UTC
State Changed
From-To: open->closed

fixed this