From 2b3f2394a2948bbf97415171285529324280f337 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 31 Dec 2009 19:14:19 +0100 Subject: [PATCH] In ACPI land, 0K is -273.2 degrees Celsius (instead of -273.15). Reported-by: Constantine Murenin --- share/man/man4/acpi_thermal.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/acpi_thermal.4 b/share/man/man4/acpi_thermal.4 index 2d050d7b74..90adfb82ad 100644 --- a/share/man/man4/acpi_thermal.4 +++ b/share/man/man4/acpi_thermal.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD: src/share/man/man4/acpi_thermal.4,v 1.11.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" -.Dd November 11, 2009 +.Dd December 31, 2009 .Dt ACPI_THERMAL 4 .Os .Sh NAME @@ -100,7 +100,7 @@ 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" . +.Li "(x - 2732) / 10" . .Sh NOTIFIES Notifies are passed to userland via .Xr devd 8 . -- 2.11.4.GIT