From 89d374ffd64bf840438c43a9e792446119306038 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 22 Dec 2009 23:42:56 +0100 Subject: [PATCH] acpi_thermal.4: Revert a bit (temperatures are still in 10ths of Kelvin). --- share/man/man4/acpi_thermal.4 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/share/man/man4/acpi_thermal.4 b/share/man/man4/acpi_thermal.4 index 4bfc76e81a..2d050d7b74 100644 --- a/share/man/man4/acpi_thermal.4 +++ b/share/man/man4/acpi_thermal.4 @@ -96,13 +96,11 @@ level. The lower the _ACx value, the higher the cooling power. .El .Pp -All temperatures are printed in Celsius. -Values can be set in Celsius (by providing a trailing -.Qq C ) -or Kelvin (by leaving off any trailing letter). -When setting a value by -.Xr sysctl 8 , -do not specify a trailing decimal (i.e., 90C instead of 90.0C). +All temperatures are represented in tenths of a Kelvin. +For example, 300.0K is represented by the integer 3000. +To convert to units of Centigrade, +the formula is +.Li "(x - 2731.5) / 10" . .Sh NOTIFIES Notifies are passed to userland via .Xr devd 8 . -- 2.11.4.GIT