]> git.pld-linux.org Git - packages/SVGATextMode.git/blob - SVGATextMode-gcc33.patch
- fixed stmmenu patch instead of disabling it
[packages/SVGATextMode.git] / SVGATextMode-gcc33.patch
1 diff -urN SVGATextMode-1.10.orig/probeclocks.c SVGATextMode-1.10/probeclocks.c
2 --- SVGATextMode-1.10.orig/probeclocks.c        1998-09-05 16:16:32.000000000 +0200
3 +++ SVGATextMode-1.10/probeclocks.c     2003-06-25 15:48:09.000000000 +0200
4 @@ -54,14 +54,14 @@
5  
6  void usage()
7  {
8 -     PMESSAGE(("version %s. (c) 1995,1996,1997 Koen Gadeyne.\n Usage: %s [options]\n\n\
9 -     Options: -n  Don't program VGA hardware (rather useless)\n\
10 -              -d  print debugging information\n\
11 -              -h  print usage information\n\
12 -              -f  fast mode: probe only one clock `precisely', and the rest faster
13 -                  and less accurate (XFree86 method for all but the first probe)
14 -              -t <ConfigFile>  Use alternative config file instead of the default\n\
15 -                 (= %s if that exists, or %s otherwise)\n\n",
16 +     PMESSAGE(("version %s. (c) 1995,1996,1997 Koen Gadeyne.\n Usage: %s [options]\n\n"
17 +"     Options: -n  Don't program VGA hardware (rather useless)\n"
18 +"              -d  print debugging information\n"
19 +"              -h  print usage information\n"
20 +"              -f  fast mode: probe only one clock `precisely', and the rest faster\n"
21 +"                  and less accurate (XFree86 method for all but the first probe)\n"
22 +"              -t <ConfigFile>  Use alternative config file instead of the default\n"
23 +"                 (= %s if that exists, or %s otherwise)\n\n",
24       VERSION, CommandName, CLOCK_CONF_FILE, CONFIGFILE));
25  }
26  
This page took 0.059174 seconds and 3 git commands to generate.