git: 005b7c5790ef - main - Cross-reference coretemp(4) and amdtemp(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 20:13:34 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=005b7c5790ef913bb8053f890d9653228e577185
commit 005b7c5790ef913bb8053f890d9653228e577185
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-01-31 16:41:32 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-03-20 20:12:12 +0000
Cross-reference coretemp(4) and amdtemp(4)
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
---
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