aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2005-08-08 12:16:53 +0000
committerBrian Somers <brian@FreeBSD.org>2005-08-08 12:16:53 +0000
commite9b0dcda1aaa368067ab856af4c4dd920150f6d2 (patch)
tree8e7a435e6393bce1991efc57223afba808845c08 /share/man
parent9cf8dd43cf86ba1c9431697c994b710d8d01a370 (diff)
downloadsrc-e9b0dcda1aaa368067ab856af4c4dd920150f6d2.tar.gz
src-e9b0dcda1aaa368067ab856af4c4dd920150f6d2.zip
Remove a bogus word
Notes
Notes: svn path=/head/; revision=148851
Diffstat (limited to 'share/man')
-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 bc2f7195abda..0030915fc623 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),