git: cda81dc7c871 - stable/13 - Cross-reference coretemp(4) and amdtemp(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 13:14:00 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=cda81dc7c871f33a33e1b8b272f7871a6a90a4d6
commit cda81dc7c871f33a33e1b8b272f7871a6a90a4d6
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-01-31 16:41:32 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-03-24 13:12:40 +0000
Cross-reference coretemp(4) and amdtemp(4)
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 005b7c5790ef913bb8053f890d9653228e577185)
---
share/man/man4/amdtemp.4 | 1 +
share/man/man4/coretemp.4 | 1 +
2 files changed, 2 insertions(+)
diff --git a/share/man/man4/amdtemp.4 b/share/man/man4/amdtemp.4
index 8d1764f7e877..e64192916456 100644
--- a/share/man/man4/amdtemp.4
+++ b/share/man/man4/amdtemp.4
@@ -83,6 +83,7 @@ tunable:
Add the given offset to the temperature of the sensor.
Default is 0.
.Sh SEE ALSO
+.Xr coretemp 4 ,
.Xr loader 8 ,
.Xr sysctl 8
.Sh HISTORY
diff --git a/share/man/man4/coretemp.4 b/share/man/man4/coretemp.4
index 91a975861a0a..3931b1c5ff04 100644
--- a/share/man/man4/coretemp.4
+++ b/share/man/man4/coretemp.4
@@ -57,6 +57,7 @@ driver reports each core's temperature through a sysctl node in the
corresponding CPU device's sysctl tree, named
.Va dev.cpu.%d.temperature .
.Sh SEE ALSO
+.Xr amdtemp 4 ,
.Xr sysctl 8
.Sh HISTORY
The