From c579ec6e23745ff27e9f0eae354f26517370e8d5 Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Wed, 28 Feb 2024 21:55:59 -0800 Subject: [PATCH] man: document status_ranged Problem: The new status_ranged script is not documented. Add documentation in powerman.dev(5) --- man/powerman.dev.5.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/powerman.dev.5.in b/man/powerman.dev.5.in index aec15574..5cd41092 100644 --- a/man/powerman.dev.5.in +++ b/man/powerman.dev.5.in @@ -80,8 +80,9 @@ Executed prior to disconnect. Get device in a state so login script will work (though hopefully disconnecting will do that too). .TP -.I "status_all, status[%s]" -Obtain plug state for all plugs or only the specified plug. +.I "status_all, status_ranged[%s], status[%s]" +Obtain plug state for all plugs, a range of plugs, or only the +specified plug. .TP .I "on_all, on_ranged[%s], on[%s]" Power on all plugs, a range of plugs, or the specified plug.