diff options
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. |