| Summary: | [patch] Handbook, chapter 11.8, LINT does not exist on 5.x by default | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Joel Dahl <joel> | ||||||
| Component: | Books & Articles | Assignee: | Denis Peplin <den> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Joel Dahl
2004-12-29 23:20:25 UTC
On Thu, Dec 30, 2004 at 12:16:57AM +0100, Joel Dahl wrote:
Hi Joel,
While you're changing this area, could you also add this fix to the
patch please? Thanks.
> RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v
> retrieving revision 1.191
> diff -u -r1.191 chapter.sgml
> --- chapter.sgml 29 Nov 2004 21:43:36 -0000 1.191
> +++ chapter.sgml 29 Dec 2004 22:56:27 -0000
> @@ -863,8 +863,9 @@
> if your card is supported.</para>
>
> <para>Once you are sure your card is supported, you need
> - to determine the proper driver for the card. The file
> - <filename>/usr/src/sys/i386/conf/LINT</filename> will give you
> + to determine the proper driver for the card.
> + <filename>/usr/src/sys/conf/NOTES</filename> and
> + <filename>/usr/src/sys/i386/conf/NOTES</filename> will give you
> the list of network interfaces drivers with some information
^^^
s/faces/face/
Ceri
--
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former. -- Einstein (attrib.)
On Wed, 2004-12-29 at 23:42 +0000, Ceri Davies wrote:
> On Thu, Dec 30, 2004 at 12:16:57AM +0100, Joel Dahl wrote:
>
> Hi Joel,
>
> While you're changing this area, could you also add this fix to the
> patch please? Thanks.
>
> > RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v
> > retrieving revision 1.191
> > diff -u -r1.191 chapter.sgml
> > --- chapter.sgml 29 Nov 2004 21:43:36 -0000 1.191
> > +++ chapter.sgml 29 Dec 2004 22:56:27 -0000
> > @@ -863,8 +863,9 @@
> > if your card is supported.</para>
> >
> > <para>Once you are sure your card is supported, you need
> > - to determine the proper driver for the card. The file
> > - <filename>/usr/src/sys/i386/conf/LINT</filename> will give you
> > + to determine the proper driver for the card.
> > + <filename>/usr/src/sys/conf/NOTES</filename> and
> > + <filename>/usr/src/sys/i386/conf/NOTES</filename> will give you
> > the list of network interfaces drivers with some information
> ^^^
> s/faces/face/
Sure, new patch attached.
--
Joel
Responsible Changed From-To: freebsd-doc->den I will take this one State Changed From-To: open->closed Committed, thanks! |