From nobody@FreeBSD.org  Sun Mar 18 08:22:13 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4D91637B71B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Mar 2001 08:22:13 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f2IGMDu72027;
	Sun, 18 Mar 2001 08:22:13 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103181622.f2IGMDu72027@freefall.freebsd.org>
Date: Sun, 18 Mar 2001 08:22:13 -0800 (PST)
From: mux@qualys.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo in DRIVER_MODULE(9)
X-Send-Pr-Version: www-1.0

>Number:         25901
>Category:       docs
>Synopsis:       typo in DRIVER_MODULE(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 18 08:30:01 PST 2001
>Closed-Date:    Sun Mar 18 08:54:00 PST 2001
>Last-Modified:  Sun Mar 18 08:55:13 PST 2001
>Originator:     Maxime Henrion
>Release:        4.3-BETA
>Organization:
>Environment:
FreeBSD nebula.cybercable.fr 4.3-BETA FreeBSD 4.3-BETA #0: Mon Mar 12 17:15:04 CET 2001     mux@nebula.cybercable.fr:/usr/src/sys/compile/NEBULA  i386

>Description:
There is a little typo in the DRIVER_MODULE(9) manual page.
The macro is referred as DRIVERMODULE instead of DRIVER_MODULE two times.
>How-To-Repeat:
man 9 DRIVER_MODULE
>Fix:
--- DRIVER_MODULE.9.orig        Sun Mar 18 17:16:24 2001
+++ DRIVER_MODULE.9     Sun Mar 18 17:17:06 2001
@@ -66,9 +66,9 @@
 using the same driver on the same or different busses.
 For example, the following is allowed:
 .Pp
-.Fn DRIVERMODULE "foo" "isa" "foo_driver" "foo_devclass" "0" "0" ;
+.Fn DRIVER_MODULE "foo" "isa" "foo_driver" "foo_devclass" "0" "0" ;
 .Pp
-.Fn DRIVERMODULE "foo" "pci" "foo_driver" "foo_devclass" "0" "0" ;
+.Fn DRIVER_MODULE "foo" "pci" "foo_driver" "foo_devclass" "0" "0" ;
 .Pp
 .Fa driver
 is the driver of type

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Sun Mar 18 08:54:00 PST 2001 
State-Changed-Why:  
Committed, thank you! 


Responsible-Changed-From-To: freebsd-doc->alex 
Responsible-Changed-By: alex 
Responsible-Changed-When: Sun Mar 18 08:54:00 PST 2001 
Responsible-Changed-Why:  
It`s my man page 

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