summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2005-08-08 12:16:53 +0000
committerbrian <brian@FreeBSD.org>2005-08-08 12:16:53 +0000
commitcf88fe399ff1f276471163a3543452048f2ba863 (patch)
tree8e7a435e6393bce1991efc57223afba808845c08
parent49e526ab385f4a3b98c51482597b75853bbfcaeb (diff)
downloadFreeBSD-src-cf88fe399ff1f276471163a3543452048f2ba863.zip
FreeBSD-src-cf88fe399ff1f276471163a3543452048f2ba863.tar.gz
Remove a bogus word
-rw-r--r--share/man/man9/driver.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9
index bc2f719..0030915 100644
--- a/share/man/man9/driver.9
+++ b/share/man/man9/driver.9
@@ -45,7 +45,7 @@ static int foo_detach(device_t);
static int foo_frob(device_t, int, int);
static int foo_twiddle(device_t, char *);
-static struct device_method_t foo_methods[] = {
+static device_method_t foo_methods[] = {
/* Methods from the device interface */
DEVMETHOD(device_probe, foo_probe),
DEVMETHOD(device_attach, foo_attach),
OpenPOWER on IntegriCloud