From ce6fb924e2d836c7106b8f67b402f556637e230f Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 13 May 2022 19:52:08 +0800 Subject: [PATCH] fix typos and grammar in help Fix a whole paragraph in the help printout. Bug-Debian: https://bugs.debian.org/396824 Last-Update: 2019-02-28 Gbp-Pq: Name fix-wording --- src/aahelp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/aahelp.c b/src/aahelp.c index e1c0fc2..d1bc54a 100644 --- a/src/aahelp.c +++ b/src/aahelp.c @@ -98,9 +98,9 @@ __AA_CONST char * __AA_CONST aa_help = "Monitor parameters:\n" " -dimmul multiply factor for dim color (5.3)\n" " -boldmul multiply factor for dim color (2.7)\n" -" The default parameters are set to fit my monitor (15\" goldstar)\n" -" With contrast set to maximum and bright set to make black black\n" -" This values depends at quality of your monitor (and setting of controls\n" -" Defaultd settings should be OK for most PC monitors. But ideal monitor\n" -" Needs dimmul=1.71 boldmul=1.43. For example monitor used by SGI is very\n" -" close to this values. Also old 14\" vga monitors needs higher values.\n"; +" The default parameters are based on my 15\" Goldstar monitor,)\n" +" With contrast set to maximum, and brightness to the minimum.\n" +" This values depend on your particular monitor and how the controls are set.\n" +" Default settings should be OK for most PC monitors, but an ideal monitor\n" +" needs dimmul=1.71 boldmul=1.43. SGI monitors, for example, are very\n" +" close to this values. Old 14\" VGA monitors need higher values.\n";