Bug 45375

Summary: Old kernel config lines in handbook
Product: Documentation Reporter: Valentin Nechayev <netch>
Component: Books & ArticlesAssignee: Marc Fonvieille <blackend>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Valentin Nechayev 2002-11-17 18:20:01 UTC
Some samples in handbook contain kernel config lines for 2.* branches.

20:06:38:netch@iv:/usr/share/doc/en_US.ISO8859-1/books/handbook>fgrep -w vector book.txt
     device lpt0 at isa? port? tty irq N vector lptintr
     device lpt0 at isa? port? tty vector lptintr
     device          fdc0        at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
     device          sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
     device          npx0        at isa? port "IO_NPX" irq 13 vector npxintr
     device              sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
     device              sio1    at isa? port "IO_COM2" tty irq 3 vector siointr
     device              sio2    at isa? port "IO_COM3" tty irq 5 vector siointr
     device              sio3    at isa? port "IO_COM4" tty irq 9 vector siointr
   handling of the trap vector for the signal trampoline code, and sever
   The Linux system call vector contains, among other things, a list of

Discovered by: Sergey Zaikov <2:5022/5.66>

Fix: 

Trivial.
How-To-Repeat: 
Grep ;)
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2002-11-17 21:46:28 UTC
Responsible Changed
From-To: freebsd-doc->blackend

I'll take this one.
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2002-12-12 17:33:10 UTC
Marc,

Whats the status of this PR.  I want to start breaking the chapter
into a 5.0 && 4.0 section where the kernel config files are on
seperate pages.  Everything else which is applicable to the build
operation will remain the same, except for a few parts which will
require either <note>'s or a rewrite area.  If you want me to close
this PR while I'm doing the work, then assign it to me please and
I'll see it done.

Thanks!

--
Tom Rhodes
Comment 3 Marc Fonvieille freebsd_committer freebsd_triage 2002-12-12 17:55:24 UTC
On Thu, Dec 12, 2002 at 12:33:10PM -0500, Tom Rhodes wrote:
> Marc,
> 
> Whats the status of this PR.  I want to start breaking the chapter
> into a 5.0 && 4.0 section where the kernel config files are on
> seperate pages.  Everything else which is applicable to the build
> operation will remain the same, except for a few parts which will
> require either <note>'s or a rewrite area.  If you want me to close
> this PR while I'm doing the work, then assign it to me please and
> I'll see it done.
>

In fact the PR was about old 2.X/3.X kernel config lines in various
chapters not in kernelconfig chapter.  I fixed the "problems", I just
forgot to close the PR :)

Marc
Comment 4 Marc Fonvieille freebsd_committer freebsd_triage 2002-12-12 18:00:32 UTC
State Changed
From-To: open->closed

Fixed, all 2.X/3.X lines were updated to 4.X and 5.X when it was 
possible.  Thanks.