Module Name: src
Committed By: wiz
Date: Mon May 18 09:39:14 UTC 2009
Modified Files:
src/share/man/man4: coretemp.4
Log Message:
New sentence, new line. Fix xrefs in SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/coretemp.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/coretemp.4
diff -u src/share/man/man4/coretemp.4:1.3 src/share/man/man4/coretemp.4:1.4
--- src/share/man/man4/coretemp.4:1.3 Fri Dec 21 21:36:22 2007
+++ src/share/man/man4/coretemp.4 Mon May 18 09:39:14 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: coretemp.4,v 1.3 2007/12/21 21:36:22 xtraeme Exp $
+.\" $NetBSD: coretemp.4,v 1.4 2009/05/18 09:39:14 wiz Exp $
.\"-
.\" Copyright (c) 2007 Juan Romero Pardines.
.\" Copyright (c) 2007 Dag-Erling Coïdan Smørgrav
@@ -45,7 +45,8 @@
.Nm
driver reports each core's temperature through the
.Xr envsys 4
-API. The driver has only 1 temperature sensor:
+API.
+The driver has only 1 temperature sensor:
.Bl -column "Sensor" "Units" "Typical" -offset indent
.It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use"
.It Li "sensor0" Ta "uK" Ta "cpuN temperature"
@@ -60,7 +61,8 @@
.Xr powerd 8
script (if running) when the temperature has reached a critical state.
.Sh SEE ALSO
-.Xr envstat 4 ,
+.Xr envsys 4 ,
+.Xr envstat 8 ,
.Xr powerd 8
.Sh HISTORY
The
@@ -75,7 +77,8 @@
.Nm
driver was written by
.An Rui Paulo Aq [email protected]
-as part of a Google Summer of Code project. It was adapted to
+as part of a Google Summer of Code project.
+It was adapted to
.Nx
by
.An Juan Romero Pardines .