summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhub.c
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2003-05-19 04:17:53 +0000
committernate <nate@openbsd.org>2003-05-19 04:17:53 +0000
commitc0771da2756e08ba511110a3c144c5a71245c324 (patch)
tree94eb9b081207e6b8c27cbb0c2728bf092d76bdc1 /sys/dev/usb/uhub.c
parentdon't print altq en-/disabled - there's no point, you can't turn them on (diff)
downloadwireguard-openbsd-c0771da2756e08ba511110a3c144c5a71245c324.tar.xz
wireguard-openbsd-c0771da2756e08ba511110a3c144c5a71245c324.zip
fix documentation links from netbsd
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r--sys/dev/usb/uhub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index cb39b06c3ad..293831e59a1 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhub.c,v 1.19 2003/05/07 04:33:33 deraadt Exp $ */
+/* $OpenBSD: uhub.c,v 1.20 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: uhub.c,v 1.52 2001/10/26 17:53:59 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
@@ -40,7 +40,7 @@
*/
/*
- * USB spec: http://www.usb.org/developers/data/usbspec.zip
+ * USB spec: http://www.usb.org/developers/docs/usbspec.zip
*/
#include <sys/param.h>