From 005b7c5790ef913bb8053f890d9653228e577185 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Tue, 31 Jan 2023 12:41:32 -0400 Subject: [PATCH] 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