Module Name: src
Committed By: maya
Date: Tue Jul 19 17:01:04 UTC 2016
Modified Files:
src/usr.bin/config: config.5
Log Message:
Don't reference older CFATTACH_DECL
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/config/config.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/config.5
diff -u src/usr.bin/config/config.5:1.36 src/usr.bin/config/config.5:1.37
--- src/usr.bin/config/config.5:1.36 Mon May 2 09:33:15 2016
+++ src/usr.bin/config/config.5 Tue Jul 19 17:01:04 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.36 2016/05/02 09:33:15 wiz Exp $
+.\" $NetBSD: config.5,v 1.37 2016/07/19 17:01:04 maya Exp $
.\"
.\" Copyright (c) 2006, 2007 The NetBSD Foundation.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 29, 2016
+.Dd July 19, 2016
.Dt CONFIG 5
.Os
.Sh NAME
@@ -437,7 +437,7 @@ will add the matching
statement to
.Pa ioconf.c .
However, it is the responsibility of the developer to add the relevant
-.Fn CFATTACH_DECL
+.Fn CFATTACH_DECL_NEW
line to the source of the device's driver.
.It Ic attach Ar base Ic at Ar attr Oo , Ar attr Oo , Ar ... Oc Oc Oo Ic with \
Ar name Oc Oo : dependencies Oc