summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2010-06-29 21:37:50 +0100
committerJulien Cristau <jcristau@debian.org>2010-06-29 21:41:05 +0100
commitac05588db7da21d1ff2cb13bba11b66bb5d5c38b (patch)
tree7b17d14f08d7c3f90369e8b1557e788b2f787d83
parent116d40678dfbb851fd401103f9b7447f4d47eb7c (diff)
Replace some broken URLs with winishhofer.eu
The old one seems to be a casino web site nowadays. Debian bug#517075 Reported-by: Nigel Tamplin <fuse@f2s.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--README4
-rw-r--r--man/sis.man8
-rw-r--r--src/sis_driver.c2
-rw-r--r--src/sis_opt.c2
4 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 12169c5..426bdcc 100644
--- a/README
+++ b/README
@@ -60,7 +60,7 @@
This document provides a brief overview over the driver's features and
configuration options. Please see
- http://www.winischhofer.at/linuxsisvga.shtml for detailed
+ http://www.winischhofer.eu/linuxsisvga.shtml for detailed
documentation and updates.
@@ -170,7 +170,7 @@
Option
This option enables/disables the driver's interface for the
SiSCtrl utility. Please see
- http://www.winischhofer.at/linuxsisvga.shtml for more
+ http://www.winischhofer.eu/linuxsisvga.shtml for more
information.
Option
diff --git a/man/sis.man b/man/sis.man
index c321808..9ae4a1b 100644
--- a/man/sis.man
+++ b/man/sis.man
@@ -65,7 +65,7 @@ details. This section only covers configuration details specific to this
driver.
.PP
Detailed information on all supported options can be obtained at
-http://www.winischhofer.at/linuxsisvga.shtml
+http://www.winischhofer.eu/linuxsisvga.shtml
.PP
This manpage only covers a subset of the supported options.
.PP
@@ -251,7 +251,7 @@ About Merged Framebuffer support
Merged framebuffer mode is similar to dual head/Xinerama mode (for using two
output devices of one card at the same time), but has a few advantages which
make me recommend it strongly over Xinerama. Please see
-http://www.winischhofer.at/linuxsisvga.shtml for detailed information.
+http://www.winischhofer.eu/linuxsisvga.shtml for detailed information.
.PP
About dual-head support
.PP
@@ -368,7 +368,7 @@ the TV standard is PAL. Super overscan will produce an
image on the TV which is larger than the viewable area.
.PP
The driver supports many more options. Please see
-http://www.winischhofer.at/linuxsisvga.shtml for
+http://www.winischhofer.eu/linuxsisvga.shtml for
more information.
.PP
.I "3. 300 series specific information"
@@ -434,7 +434,7 @@ __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(_
XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
#endif
.PP
-.B "http://www.winischhofer.at/linuxsisvga.shtml"
+.B "http://www.winischhofer.eu/linuxsisvga.shtml"
for more information and updates
.SH AUTHORS
Author: Thomas Winischhofer. Formerly based on code by Alan Hourihane,
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 22646d2..d95b5f1 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -3185,7 +3185,7 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others\n");
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
- "*** See http://www.winischhofer.at/linuxsisvga.shtml\n");
+ "*** See http://www.winischhofer.eu/linuxsisvga.shtml\n");
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"*** for documentation and updates.\n");
diff --git a/src/sis_opt.c b/src/sis_opt.c
index 69a4c6e..3517549 100644
--- a/src/sis_opt.c
+++ b/src/sis_opt.c
@@ -1392,7 +1392,7 @@ SiSOptions(ScrnInfoPtr pScrn)
if((from == X_DEFAULT) && (!pSiS->enablesisctrl)) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
- "For information on SiSCtrl, see\n\t\thttp://www.winischhofer.at/linuxsispart1.shtml#sisctrl\n");
+ "For information on SiSCtrl, see\n\t\thttp://www.winischhofer.eu/linuxsispart1.shtml#sisctrl\n");
}