summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/xorgconfig/xorgconfig.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-01-30 21:18:46 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-01-30 21:18:46 +0000
commit8ac3be3f6c4bcaa8c3f6080cbfe72db4967feff8 (patch)
tree31bd59e3ff954e4258b2868ed9a80c2ff189290c /hw/xfree86/utils/xorgconfig/xorgconfig.c
parent206072c475408b8d4cfd75d897854d8478fe0905 (diff)
//bugs.freedesktop.org/show_bug.cgi?id=1692> Remove reference to
nonexistent Monitors file from xorgconfig (Report & patch from Dejan Lesjak <dejan.lesjak@ijs.si>)
Diffstat (limited to 'hw/xfree86/utils/xorgconfig/xorgconfig.c')
-rw-r--r--hw/xfree86/utils/xorgconfig/xorgconfig.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xfree86/utils/xorgconfig/xorgconfig.c b/hw/xfree86/utils/xorgconfig/xorgconfig.c
index 42501af74..3c7787e08 100644
--- a/hw/xfree86/utils/xorgconfig/xorgconfig.c
+++ b/hw/xfree86/utils/xorgconfig/xorgconfig.c
@@ -94,7 +94,7 @@
* Chisato Yamauchi(cyamauch@phyas.aichi-edu.ac.jp)
*/
/* $XConsortium: xf86config.c /main/21 1996/10/28 05:43:57 kaleb $ */
-/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c,v 1.9 2005/01/03 15:39:35 eich Exp $ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c,v 1.10 2005/01/04 00:16:20 alanc Exp $ */
#include <stdlib.h>
#include <stdio.h>
@@ -854,8 +854,7 @@ static char *monitorintro_text =
"which is the rate at which scanlines are displayed.\n"
"\n"
"The valid range for horizontal sync and vertical sync should be documented\n"
-"in the manual of your monitor. If in doubt, check the monitor database\n"
-TREEROOTDOC "/Monitors to see if your monitor is there.\n"
+"in the manual of your monitor.\n"
"\n";
static char *hsyncintro_text =