Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Apr 2000 09:43:42 -0400
From:      "Thomas M. Sommers" <tms2@mail.ptd.net>
To:        doc@freebsd.org
Subject:   Re: Task for -doc newbie / XML'ing LINT. . .
Message-ID:  <38EC948E.869B5591@mail.ptd.net>
References:  <20000406095633.B62492@catkin.nothing-going-on.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nik Clayton wrote:
> 
>         <device>
>           <type>NIC</type>
>           <name>fxp</name>
>           <descr>EtherExpress Pro/10, Pro/100B, Pro/100+ Fast Ethernet
>             adapters, based on the Intel i82557 or i82559
>             chipsets.</descr>
>         </device>

How about something like:

        <device>
          <type>NIC</type>
          <name>fxp</name>
          <descr>EtherExpress Pro/10, Pro/100B, Pro/100+ Fast Ethernet
            adapters, based on the Intel i82557 or i82559 
            chipsets.</descr>
	  <item>EtherExpress Pro/10</item>
          <item>EtherExpress Pro/100B</item>
          [ etc. ]
        </device>

I would think this would make it easier to search for a particular piece
of hardware and to create lists of supported hardware.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38EC948E.869B5591>