Bug 51891

Summary: DIAGNOSTICS in ed(4) driver manpage don't match reality
Product: Documentation Reporter: Cliff L. Biffle <cbiffle>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Cliff L. Biffle 2003-05-06 21:30:14 UTC
The diagnostic message
  ed%d: kernel configured irq %d doesn't match board configured irq %d.
is no longer generated by the ed(4) driver (not to mention that IRQs are no
longer compiled into the kernel).  There are a set of new messages which are
not reflected in the manpage.
The manpage should be updated to reflect the state of the driver.  If the
driver maintainers are bogged down, I'm happy to take care of this; drop me
a line.

Fix: 

A rewrite of the DIAGNOSTICS section of the ed(4) manpage is in order.
How-To-Repeat: man 4 ed
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-01-27 15:37:59 UTC
trhodes     2008-01-27 15:37:49 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ed.4 
  Log:
  Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missing
  diagnostic messages and adding a few found in the code.
  
  PR:     51891
  
  Revision  Changes    Path
  1.56      +16 -8     src/share/man/man4/ed.4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2008-01-27 15:38:04 UTC
State Changed
From-To: open->patched

I've brought the DIAGNOSTIC section more in line with reality, thanks! 


Comment 3 Tom Rhodes freebsd_committer freebsd_triage 2008-01-27 15:38:04 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, MFC reminder.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-08 18:34:11 UTC
trhodes     2008-04-08 17:33:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    share/man/man4       ed.4 
  Log:
  MFC revisions 1.56 and 1.57:
  
  Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missing
  diagnostic messages and adding a few found in the code.
  
  PR:     51891
  
  Properly Xref device.hints(5).
  
  Revision  Changes    Path
  1.53.2.1  +16 -8     src/share/man/man4/ed.4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-04-08 18:40:54 UTC
trhodes     2008-04-08 17:40:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man4       ed.4 
  Log:
  MFC revisions 1.56 and 1.57:
  
  Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missing
  diagnostic messages and adding a few found in the code.
  
  PR:     51891
  
  Properly Xref device.hints(5).
  
  Revision  Changes    Path
  1.45.2.4  +16 -8     src/share/man/man4/ed.4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Tom Rhodes freebsd_committer freebsd_triage 2008-04-08 18:41:11 UTC
State Changed
From-To: patched->closed

Both RELENG_7 and RELENG_6 have been patched.  Thanks!