From nobody@FreeBSD.org  Wed Nov  2 09:01:28 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2ABF416A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Nov 2005 09:01:28 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C38A643D48
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Nov 2005 09:01:27 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jA291RM0081362
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 2 Nov 2005 09:01:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jA291RJJ081343;
	Wed, 2 Nov 2005 09:01:27 GMT
	(envelope-from nobody)
Message-Id: <200511020901.jA291RJJ081343@www.freebsd.org>
Date: Wed, 2 Nov 2005 09:01:27 GMT
From: Niki Denev <nike_d@cytexbg.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devctl(4) man page does not list the notify events ("!")
X-Send-Pr-Version: www-2.3

>Number:         88390
>Category:       docs
>Synopsis:       devctl(4) man page does not list the notify events ("!")
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 02 09:10:15 GMT 2005
>Closed-Date:    Mon Jan 23 14:16:19 GMT 2006
>Last-Modified:  Mon Jan 23 14:16:19 GMT 2006
>Originator:     Niki Denev
>Release:        5.4-STABLE, 6.0-RC1 and 7.0-CURRENT
>Organization:
>Environment:
>Description:
The devctl(4) man page describes the ascii protocol that is used
from the kernel to send device events to the userland.
The current page lists the "+"-device node attached,
"-"-device node detached, and "?"-unknown device detected events.
But it does not mention the notify events "!", which are used
for example by the network drivers to notify devd for link state
changes.

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

From: Daniel Gerzo <danger@rulez.sk>
To: bug-followup@FreeBSD.org, nike_d@cytexbg.com
Cc:  
Subject: Re: docs/88390: devctl(4) man page does not list the notify events ("!")
Date: Fri, 30 Dec 2005 02:28:41 +0100

 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Ciao,
 
    Diff is included, thanks for your report.
 
 -- 
 Best Regards,
      Daniel Gerzo
 
 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="devctl.4.diff"
 
 --- devctl.4	Fri Dec 30 02:25:22 2005
 +++ devctl.4.new	Fri Dec 30 02:24:55 2005
 @@ -93,6 +93,7 @@
  .Pp
  .Bl -column -compact "Type" "Description"
  .Em "Type	Description"
 +!	Notify event.  For example, a link state change.
  +	Device node in tree attached.
  -	Device node in tree detached.
  ?	Unknown device detected.
 
 --EeQfGwPcQSOJBaQU--
State-Changed-From-To: open->patched 
State-Changed-By: ceri 
State-Changed-When: Fri Dec 30 14:00:09 UTC 2005 
State-Changed-Why:  
Committed to head. 


Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Fri Dec 30 14:00:09 UTC 2005 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88390 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Mon Jan 23 14:15:55 UTC 2006 
State-Changed-Why:  
Committed to RELENG_5 and RELENG_6, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88390 
>Unformatted:
