From cbiffle@cliff50.safety.net  Tue May  6 13:23:27 2003
Return-Path: <cbiffle@cliff50.safety.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA65A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2003 13:23:27 -0700 (PDT)
Received: from cliff50.safety.net (cpe-24-221-102-234.az.sprintbbd.net [24.221.102.234])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B5F1F43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2003 13:23:25 -0700 (PDT)
	(envelope-from cbiffle@cliff50.safety.net)
Received: from cliff50.safety.net (localhost [127.0.0.1])
	by cliff50.safety.net (8.12.8/8.12.8) with ESMTP id h46KNNsb000489
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 6 May 2003 13:23:25 -0700 (MST)
	(envelope-from cbiffle@cliff50.safety.net)
Received: (from cbiffle@localhost)
	by cliff50.safety.net (8.12.8/8.12.8/Submit) id h463nJhD027744;
	Mon, 5 May 2003 20:49:19 -0700 (MST)
Message-Id: <200305060349.h463nJhD027744@cliff50.safety.net>
Date: Mon, 5 May 2003 20:49:19 -0700 (MST)
From: "Cliff L. Biffle" <cbiffle@safety.net>
Reply-To: "Cliff L. Biffle" <cbiffle@safety.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: DIAGNOSTICS in ed driver manpage don't match reality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51891
>Category:       docs
>Synopsis:       DIAGNOSTICS in ed(4) driver manpage don't match reality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 13:30:14 PDT 2003
>Closed-Date:    Tue Apr 08 17:41:39 UTC 2008
>Last-Modified:  Tue Apr  8 17:50:00 UTC 2008
>Originator:     Cliff L. Biffle
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cliff50.safety.net 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Mon Apr 28 20:17:11 MST 2003 root@cliff50.safety.net:/usr/obj/usr/src/sys/CLIFF i386


	
>Description:
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.
>How-To-Repeat:
man 4 ed
>Fix:
A rewrite of the DIAGNOSTICS section of the ed(4) manpage is in order.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Sun Jan 27 15:38:04 UTC 2008 
State-Changed-Why:  
I've brought the DIAGNOSTIC section more in line with reality, thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Jan 27 15:38:04 UTC 2008 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51891 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/51891: commit references a PR
Date: Sun, 27 Jan 2008 15:37:59 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/51891: commit references a PR
Date: Tue,  8 Apr 2008 17:34:11 +0000 (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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue Apr 8 17:41:11 UTC 2008 
State-Changed-Why:  
Both RELENG_7 and RELENG_6 have been patched.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51891 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/51891: commit references a PR
Date: Tue,  8 Apr 2008 17:40:54 +0000 (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"
 
>Unformatted:
