From fc4cfaf50f90ab28eb6c76ed25bbd3913d7cddd3 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:16:39 +0100 Subject: [PATCH 1/5] Update vcgencmd.1 Document pmic subcommand to vcgencmd measure_temp --- host_applications/linux/apps/gencmd/vcgencmd.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index ec424b080..3baa03b36 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -112,8 +112,7 @@ for any reason. . .TP .B 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. . .TP .BI measure_clock \ clock From a6f0271384945c8966a0b50bb8f0e426365802c6 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:22:39 +0100 Subject: [PATCH 2/5] Update vcgencmd.1 --- host_applications/linux/apps/gencmd/vcgencmd.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index 3baa03b36..22ab367d0 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -112,7 +112,7 @@ for any reason. . .TP .B 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. . .TP .BI measure_clock \ clock From dacd27f310c4daeaff283882092944fba1e9010c Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:26:39 +0100 Subject: [PATCH 3/5] Update vcgencmd.1 --- host_applications/linux/apps/gencmd/vcgencmd.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index 22ab367d0..bc69ca5cc 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -112,7 +112,9 @@ for any reason. . .TP .B 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 the `pmic` subcommand can be used to instead +return the temperature of the PMIC. . .TP .BI measure_clock \ clock From 06782a38d054914720b88d1029f2befe56b93de9 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:04:07 +0100 Subject: [PATCH 4/5] Update vcgencmd.1 --- host_applications/linux/apps/gencmd/vcgencmd.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index bc69ca5cc..65a28e768 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -112,9 +112,8 @@ for any reason. . .TP .B 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. . .TP .BI measure_clock \ clock From 6fb4d220cd6e8b808feb1a1d6814f4a265a32c16 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Wed, 1 Sep 2021 14:53:47 +0100 Subject: [PATCH 5/5] Apply correct man page syntax --- host_applications/linux/apps/gencmd/vcgencmd.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index 65a28e768..4195eaf12 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -112,8 +112,11 @@ for any reason. . .TP .B measure_temp -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. +Returns the temperature of the SoC as measured by its internal temperature +sensor; +on Raspberry Pi 4, +.B "measure_temp pmic" +returns the temperature of the PMIC. . .TP .BI measure_clock \ clock