From 0700f46391e6cb05c78d28cac3659f3550c5e3f3 Mon Sep 17 00:00:00 2001 From: "steve.scargall" Date: Fri, 31 Mar 2023 17:31:46 +0000 Subject: [PATCH] GITBOOK-43: change request with no subject merged in GitBook --- ipmctl-user-guide/instrumentation/show-sensor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipmctl-user-guide/instrumentation/show-sensor.md b/ipmctl-user-guide/instrumentation/show-sensor.md index 47813fc..03ea84f 100644 --- a/ipmctl-user-guide/instrumentation/show-sensor.md +++ b/ipmctl-user-guide/instrumentation/show-sensor.md @@ -3,7 +3,7 @@ Shows health statistics for one or more persistent memory modules. ``` -$ ipmctl show [OPTIONS] -sensor [SENSORS] [TARGETS] +ipmctl show [OPTIONS] -sensor [SENSORS] [TARGETS] ``` ## **Sensors** @@ -28,13 +28,13 @@ $ ipmctl show [OPTIONS] -sensor [SENSORS] [TARGETS] Get all sensor information for all modules ``` -$ ipmctl show -sensor +$ sudo ipmctl show -sensor ``` Show the media temperature sensor for the specified module ``` -$ ipmctl show -sensor MediaTemperature -dimm 0x0011 +$ sudo ipmctl show -sensor MediaTemperature -dimm 0x0011 ``` ## **Return Data**