From 7ce988ac596222bb442331ca93de4644ae299c08 Mon Sep 17 00:00:00 2001 From: Mete Durlu Date: Wed, 23 Jul 2025 15:47:19 +0200 Subject: [PATCH] zconf/chccwdev: Fix example descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match "chccwdev --online" example's description with its function and improve "--safeoffline" example's wording. Acked-by: Steffen Eiden Signed-off-by: Mete Durlu Signed-off-by: Jan Höppner --- zconf/chccwdev.8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zconf/chccwdev.8 b/zconf/chccwdev.8 index 230f403d..739d93ba 100644 --- a/zconf/chccwdev.8 +++ b/zconf/chccwdev.8 @@ -101,9 +101,8 @@ Example: "0192" becomes "0.0.0192". .SH EXAMPLES \fBchccwdev --online 0.0.0192,0.0.0195-0.0.0198\fR .RS -After completing all outstanding I/O requests for the devices with bus -ID 0.0.0192, 0.0.0195, 0.0.0196, 0.0.0197 and 0.0.0198, tries to set -the device offline. +Tries to set the devices with the bus ID 0.0.0192, 0.0.0195, 0.0.0196, 0.0.0197 +and 0.0.0198 online. .RE .P .B chccwdev --attribute readonly=1 --attribute online=1 0.0.0192 @@ -121,9 +120,9 @@ measurement block facility. .P .B chccwdev --safeoffline 0.0.0192,0.0.0195-0.0.0198 .RS -Will try to set the devices with bus ID 0.0.0192, 0.0.0195, -0.0.0196, 0.0.0197 and 0.0.0198 offline and finish all outstanding I/O -requests before. +After completing all outstanding I/O requests for the devices with bus +ID 0.0.0192, 0.0.0195, 0.0.0196, 0.0.0197 and 0.0.0198, tries to set +the devices offline. .RE .SH AUTHOR