diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 11:10:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 11:10:48 +0000 |
commit | f4e8c459fc3dbe006b4fa187c67f9f9e7bcad3e4 (patch) | |
tree | bafe51d395b4187a716f58b254ad7a8d4427fba0 /sys/dev/usb/umodem.c | |
parent | ad9f9d0831264ac280d49d0e615d7b0329e8d46d (diff) |
updated URLs from Jared Yanovich;
however, I did not apply the diff exactly. After hunting around I
found URLs for the missing files, and the ../index.html link appears
not to work. I replaced it with a more suitable link.
Diffstat (limited to 'sys/dev/usb/umodem.c')
-rw-r--r-- | sys/dev/usb/umodem.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 96b5c9b9cc9..0759ea9dc4e 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umodem.c,v 1.14 2003/05/07 04:33:33 deraadt Exp $ */ +/* $OpenBSD: umodem.c,v 1.15 2003/11/07 11:10:47 jmc Exp $ */ /* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */ /* @@ -39,8 +39,8 @@ */ /* - * Comm Class spec: http://www.usb.org/developers/data/devclass/usbcdc10.pdf - * http://www.usb.org/developers/data/devclass/usbcdc11.pdf + * Comm Class spec: http://www.usb.org/developers/devclass_docs/usbccs10.pdf + * http://www.usb.org/developers/devclass_docs/usbcdc11.pdf */ /* |