Bug 75639

Summary: [patch] Handbook, chapter 11.8, LINT does not exist on 5.x by default
Product: Documentation Reporter: Joel Dahl <joel>
Component: Books & ArticlesAssignee: Denis Peplin <den>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lintnotes.diff
none
lintnotes2.diff none

Description Joel Dahl 2004-12-29 23:20:25 UTC
LINT does not exist on 5.x by default (yes, I know, you can still
build it), so pointing users to this file is wrong.
/usr/src/sys/conf/NOTES and /usr/src/sys/i386/conf/NOTES contains
information about various network interfaces, so a more correct
approach would be to point users to these files instead.

Suggested patch attached.
Comment 1 Ceri Davies 2004-12-29 23:42:38 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.)
Comment 2 Joel Dahl 2004-12-29 23:58:20 UTC
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
Comment 3 Denis Peplin freebsd_committer freebsd_triage 2005-01-14 07:26:39 UTC
Responsible Changed
From-To: freebsd-doc->den

I will take this one
Comment 4 Denis Peplin freebsd_committer freebsd_triage 2005-01-14 08:00:52 UTC
State Changed
From-To: open->closed

Committed, thanks!