From owner-p4-projects@FreeBSD.ORG Fri Aug 24 18:10:28 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 31BE716A469; Fri, 24 Aug 2007 18:10:28 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0596916A417 for ; Fri, 24 Aug 2007 18:10:28 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB54313C46A for ; Fri, 24 Aug 2007 18:10:27 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OIARnb020328 for ; Fri, 24 Aug 2007 18:10:27 GMT (envelope-from cnst@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7OIARhh020325 for perforce@freebsd.org; Fri, 24 Aug 2007 18:10:27 GMT (envelope-from cnst@FreeBSD.org) Date: Fri, 24 Aug 2007 18:10:27 GMT Message-Id: <200708241810.l7OIARhh020325@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cnst@FreeBSD.org using -f From: "Constantine A. Murenin" To: Perforce Change Reviews Cc: Subject: PERFORCE change 125636 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:10:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=125636 Change 125636 by cnst@dale on 2007/08/24 18:10:22 document local coretemp; this should be changed to reflect sysctl(8) reference in the main text when/if sysctl(8)/sysctlbyname(3) is ready Affected files ... .. //depot/projects/soc2007/cnst-sensors/share.man.man4/coretemp.4#2 edit Differences ... ==== //depot/projects/soc2007/cnst-sensors/share.man.man4/coretemp.4#2 (text+ko) ==== @@ -50,13 +50,14 @@ .Nm driver provides support for the on-die digital thermal sensor present in Intel Core and newer CPUs. -.Pp -The -.Nm -driver reports each core's temperature through a sysctl node in the -corresponding CPU device's sysctl tree, named -.Va dev.cpu.%d.temperature . +The values are available through the +.Va HW_SENSORS +.Xr sysctl 3 +tree. .Sh SEE ALSO +.Xr systat 1 , +.Xr sysctl 3 , +.Xr sensorsd 8 , .Xr sysctl 8 .Sh HISTORY The