Package: acpi
Version: 0.07-3
Followup-For: Bug #229870

diff -ur acpi-0.07/acpi.1 acpi-new/acpi.1
--- acpi-0.07/acpi.1    2005-03-06 21:31:33.000000000 -0500
+++ acpi-new/acpi.1     2005-03-06 21:30:28.000000000 -0500
@@ -31,12 +31,12 @@
 show non-operational devices
 .IP "\fB-S | --hide-empty\fP " 10
 hide non-operational devices
-.IP "\fB-c | --celcius\fP " 10
-use celcius as the temperature unit
+.IP "\fB-c | --celsius\fP " 10
+use Celsius as the temperature scale
 .IP "\fB-f | --fahrenheit\fP " 10
-use fahrenheit as the temperature unit
+use Fahrenheit as the temperature scale
 .IP "\fB-k | --kelvin\fP " 10
-use kelvin as the temperature unit
+use Kelvin as the temperature scale
 .IP "\fB-d | --directory <dir>\fP " 10
 path to ACPI info (/proc/acpi)
 .IP "\fB-h | --help\fP " 10
diff -ur acpi-0.07/main.c acpi-new/main.c
--- acpi-0.07/main.c    2003-11-10 03:44:13.000000000 -0500
+++ acpi-new/main.c     2005-03-06 21:29:07.000000000 -0500
@@ -80,16 +80,16 @@
 "  -V, --everything             show every device, overrides above options\n"
 "  -s, --show-empty             show non-operational devices\n"
 "  -S, --hide-empty             hide non-operational devices\n"
-"  -c, --celcius                use celcius as the temperature unit\n"
-"  -f, --fahrenheit             use fahrenheit as the temperature unit\n"
-"  -k, --kelvin                 use kelvin as the temperature unit\n"
+"  -c, --celsius                use Celsius as the temperature scale\n"
+"  -f, --fahrenheit             use Fahrenheit as the temperature scale\n"
+"  -k, --kelvin                 use Kelvin as the temperature scale\n"
 "  -d, --directory <dir>        path to ACPI info (/proc/acpi)\n"
 "  -h, --help                   display this help and exit\n"
 "  -v, --version                output version information and exit\n"
 "\n"
 "By default, acpi displays information on installed system batteries.\n"
 "Non-operational devices, for example empty battery slots are hidden.\n"
-"The default unit of temperature is degrees celcius.\n"
+"The default unit of temperature is degrees Celsius.\n"
 "\n"
 "Report bugs to Grahame Bowland <[EMAIL PROTECTED]>.\n"
 );
@@ -108,7 +108,7 @@
     { "without-ac-adapter", 0, 0, 'A' }, 
     { "show-empty", 0, 0, 's' }, 
     { "hide-empty", 0, 0, 'S' }, 
-    { "celcius", 0, 0, 'c' }, 
+    { "celsius", 0, 0, 'c' }, 
     { "fahrenheit", 0, 0, 'f' }, 
     { "kelvin", 0, 0, 'k' }, 
     { "directory", 1, 0, 'd' },


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to