diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-13 15:43:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-13 15:43:06 +0000 |
commit | f004d648bde7d24b7691c12e2229db4875fb8cb8 (patch) | |
tree | b12ea471ad2f51a0307e590ba5f101b06ff94d45 /share/man/man4 | |
parent | 603ae68b6293be0dfa5d22f9759bed2f3b2d47ff (diff) |
clarify the last entry in BUGS somewhat, since not all mp machines
will have more than one temperature sensor;
ok tedu
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.amd64/cpu.4 | 7 | ||||
-rw-r--r-- | share/man/man4/man4.i386/cpu.4 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man4/man4.amd64/cpu.4 b/share/man/man4/man4.amd64/cpu.4 index ed4e089096f..f556ba50b14 100644 --- a/share/man/man4/man4.amd64/cpu.4 +++ b/share/man/man4/man4.amd64/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.3 2007/10/31 16:25:22 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.4 2009/07/13 15:43:05 jmc Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 31 2007 $ +.Dd $Mdocdate: July 13 2009 $ .Dt CPU 4 amd64 .Os .Sh NAME @@ -63,5 +63,6 @@ processor. Due to the way in which thermal information is reported on Intel processors, the temperature may be off by exactly +/-15 degrees C. .Pp -For multiprocessor kernels, processors will report identical temperatures +For multiprocessor kernels with more than one CPU sensor, +processors will report identical temperatures since the temperature is taken from the processor running the sensors update. diff --git a/share/man/man4/man4.i386/cpu.4 b/share/man/man4/man4.i386/cpu.4 index 20ae4c1f00c..f0fec70b497 100644 --- a/share/man/man4/man4.i386/cpu.4 +++ b/share/man/man4/man4.i386/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.15 2007/11/28 17:20:29 tedu Exp $ +.\" $OpenBSD: cpu.4,v 1.16 2009/07/13 15:43:05 jmc Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2007 $ +.Dd $Mdocdate: July 13 2009 $ .Dt CPU 4 i386 .Os .Sh NAME @@ -93,5 +93,6 @@ processor. Due to the way in which thermal information is reported on Intel processors, the temperature may be off by exactly +/-15 degrees C. .Pp -For multiprocessor kernels, processors will report identical temperatures +For multiprocessor kernels with more than one CPU sensor, +processors will report identical temperatures since the temperature is taken from the processor running the sensors update. |