From 6d29f659318364afe046dc242d6f506ce40a944a Mon Sep 17 00:00:00 2001 From: Luc Verhaegen Date: Fri, 14 Apr 2006 23:01:35 +0000 Subject: [PATCH] CVT means Coordinated Video Timing instead of Common. --- ChangeLog | 6 ++++++ hw/xfree86/utils/cvt/cvt.c | 4 ++-- hw/xfree86/utils/cvt/cvt.man.pre | 9 +++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b303ef4d..47cc92ab2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-15 Luc Verhaegen + + * hw/xfree86/utils/cvt/cvt.c: (PrintUsage): + * hw/xfree86/utils/cvt/cvt.man.pre: + CVT means Coordinated Video Timing instead of Common. + 2006-04-14 Adam Jackson * hw/xfree86/os-support/Makefile.am: diff --git a/hw/xfree86/utils/cvt/cvt.c b/hw/xfree86/utils/cvt/cvt.c index 31fa66ec4..b039ae6a0 100644 --- a/hw/xfree86/utils/cvt/cvt.c +++ b/hw/xfree86/utils/cvt/cvt.c @@ -341,8 +341,8 @@ PrintUsage(char *Name) fprintf(stderr, " refresh : Desired refresh rate (default: 60.0Hz).\n"); fprintf(stderr, "\n"); - fprintf(stderr, "Calculates VESA CVT (Common Video Timing) modelines for" - " use with X.\n"); + fprintf(stderr, "Calculates VESA CVT (Coordinated Video Timing) modelines" + " for use with X.\n"); } diff --git a/hw/xfree86/utils/cvt/cvt.man.pre b/hw/xfree86/utils/cvt/cvt.man.pre index 95f11cb6e..109072442 100644 --- a/hw/xfree86/utils/cvt/cvt.man.pre +++ b/hw/xfree86/utils/cvt/cvt.man.pre @@ -11,7 +11,7 @@ cvt - calculate VESA CVT mode lines .RB [ refresh ] .SH DESCRIPTION .I Cvt -is a utility for calculating VESA Common Video Timing modes. Given the +is a utility for calculating VESA Coordinated Video Timing modes. Given the desired horizontal and vertical resolutions, a modeline adhering to the CVT standard is printed. This modeline can be included in __xservername__ .B __xconfigfile__(__filemansuffix__) @@ -36,6 +36,7 @@ __xconfigfile__(__filemansuffix__) .SH AUTHOR Luc Verhaegen. .PP -This program is based on the Common Video Timing sample implementation -written by Graham Loveridge. This file is publically available at -. CVT is a VESA trademark. +This program is based on the Coordinated Video Timing sample +implementation written by Graham Loveridge. This file is publically +available at . CVT is a +VESA trademark.