Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 And struct cfdata => cfdata_t too...
details: https://anonhg.NetBSD.org/src/rev/deec4f67adc0
branches: trunk
changeset: 767592:deec4f67adc0
user: jym <jym%NetBSD.org@localhost>
date: Sat Jul 23 16:04:35 2011 +0000
description:
And struct cfdata => cfdata_t too...
diffstat:
share/man/man9/driver.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a1220f00899b -r deec4f67adc0 share/man/man9/driver.9
--- a/share/man/man9/driver.9 Sat Jul 23 16:02:15 2011 +0000
+++ b/share/man/man9/driver.9 Sat Jul 23 16:04:35 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: driver.9,v 1.26 2011/07/23 16:02:15 jym Exp $
+.\" $NetBSD: driver.9,v 1.27 2011/07/23 16:04:35 jym Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -38,7 +38,7 @@
.In sys/device.h
.In sys/errno.h
.Ft static int
-.Fn foo_match "device_t parent" "struct cfdata *match" "void *aux"
+.Fn foo_match "device_t parent" "cfdata_t match" "void *aux"
.Ft static void
.Fn foo_attach "device_t parent" "device_t self" "void *aux"
.Ft static int
Home |
Main Index |
Thread Index |
Old Index