diff options
author | 2006-12-07 17:32:19 +0000 | |
---|---|---|
committer | 2006-12-07 17:32:19 +0000 | |
commit | 84c5366ee3e1d69d4a0524e74f260cd6ffc98ee1 (patch) | |
tree | 2403678d95d701ef42a96cdb7f32b5f48aea1855 | |
parent | remove unused code, fix style and spacing, tidy up ioctl path (diff) | |
download | wireguard-openbsd-84c5366ee3e1d69d4a0524e74f260cd6ffc98ee1.tar.xz wireguard-openbsd-84c5366ee3e1d69d4a0524e74f260cd6ffc98ee1.zip |
http://www.ralinktech.com/ domain name is for sale.
use official url instead: http://www.ralinktech.com.tw/
-rw-r--r-- | share/man/man4/ral.4 | 4 | ||||
-rw-r--r-- | share/man/man4/rum.4 | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_ral.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_rum.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index b5208ea9680..bf05a416167 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.63 2006/11/18 16:11:10 kettenis Exp $ +.\" $OpenBSD: ral.4,v 1.64 2006/12/07 17:32:19 damien Exp $ .\" .\" Copyright (c) 2005, 2006 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -457,7 +457,7 @@ This should not happen. .Xr ifconfig 8 .Pp Ralink Technology: -.Pa http://www.ralinktech.com +.Pa http://www.ralinktech.com.tw .Sh HISTORY The .Nm diff --git a/share/man/man4/rum.4 b/share/man/man4/rum.4 index af63933c0a7..033a36bed7d 100644 --- a/share/man/man4/rum.4 +++ b/share/man/man4/rum.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rum.4,v 1.19 2006/12/04 17:15:48 damien Exp $ +.\" $OpenBSD: rum.4,v 1.20 2006/12/07 17:32:19 damien Exp $ .\" .\" Copyright (c) 2005, 2006 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -303,7 +303,7 @@ This should not happen. .Xr ifconfig 8 .Pp Ralink Technology: -.Pa http://www.ralinktech.com +.Pa http://www.ralinktech.com.tw .Sh HISTORY The .Nm diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index fd2a75ba08e..dd2faab4e4a 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.86 2006/12/03 16:39:13 damien Exp $ */ +/* $OpenBSD: if_ral.c,v 1.87 2006/12/07 17:32:19 damien Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -19,7 +19,7 @@ /*- * Ralink Technology RT2500USB chipset driver - * http://www.ralinktech.com/ + * http://www.ralinktech.com.tw/ */ #include "bpfilter.h" diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index 00e6e30e32e..2fd243ac793 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.47 2006/12/03 16:39:13 damien Exp $ */ +/* $OpenBSD: if_rum.c,v 1.48 2006/12/07 17:32:19 damien Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr> @@ -19,7 +19,7 @@ /*- * Ralink Technology RT2501USB/RT2601USB chipset driver - * http://www.ralinktech.com/ + * http://www.ralinktech.com.tw/ */ #include "bpfilter.h" |