From 15576b459cc4d94930f92f70828bbc7bef9b03ca Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:11:52 +0100 Subject: [PATCH 1/3] Update graphics-utilities.adoc --- documentation/asciidoc/computers/os/graphics-utilities.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/os/graphics-utilities.adoc b/documentation/asciidoc/computers/os/graphics-utilities.adoc index 6d27a3839..ef3bb3674 100644 --- a/documentation/asciidoc/computers/os/graphics-utilities.adoc +++ b/documentation/asciidoc/computers/os/graphics-utilities.adoc @@ -138,7 +138,7 @@ Returns the throttled state of the system. This is a bit pattern - a bit being s ==== measure_temp -Returns the temperature of the SoC as measured by the on-board temperature sensor. +Returns the temperature of the SoC as measured by the its internal temperature sensor. On Raspberry Pi 4 the `pmic` subcommand can be used to instead return the temperature of the PMIC. ==== measure_clock [clock] From fa60766208b225f12d6204e9df777ab55d20606a Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:22:01 +0100 Subject: [PATCH 2/3] Update graphics-utilities.adoc --- documentation/asciidoc/computers/os/graphics-utilities.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/os/graphics-utilities.adoc b/documentation/asciidoc/computers/os/graphics-utilities.adoc index ef3bb3674..51dbc27c0 100644 --- a/documentation/asciidoc/computers/os/graphics-utilities.adoc +++ b/documentation/asciidoc/computers/os/graphics-utilities.adoc @@ -138,7 +138,7 @@ Returns the throttled state of the system. This is a bit pattern - a bit being s ==== measure_temp -Returns the temperature of the SoC as measured by the its internal temperature sensor. On Raspberry Pi 4 the `pmic` subcommand can be used to instead return the temperature of the PMIC. +Returns the temperature of the SoC as measured by its internal temperature sensor. On Raspberry Pi 4 the `pmic` subcommand can be used to instead return the temperature of the PMIC. ==== measure_clock [clock] From 61e96f06b0e6e7d2bd1577ba8054b5bd09199d34 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:52:49 +0100 Subject: [PATCH 3/3] Update graphics-utilities.adoc --- documentation/asciidoc/computers/os/graphics-utilities.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/os/graphics-utilities.adoc b/documentation/asciidoc/computers/os/graphics-utilities.adoc index 51dbc27c0..d50479ab4 100644 --- a/documentation/asciidoc/computers/os/graphics-utilities.adoc +++ b/documentation/asciidoc/computers/os/graphics-utilities.adoc @@ -138,7 +138,8 @@ Returns the throttled state of the system. This is a bit pattern - a bit being s ==== measure_temp -Returns the temperature of the SoC as measured by its internal temperature sensor. On Raspberry Pi 4 the `pmic` subcommand can be used to instead return the temperature of the PMIC. +Returns the temperature of the SoC as measured by its internal temperature sensor; +on Raspberry Pi 4, `measure_temp pmic` returns the temperature of the PMIC. ==== measure_clock [clock]