From 667516681e4ffa1353c4adae9be8ae35f9722863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Fri, 16 Nov 2018 14:23:00 +0100 Subject: [PATCH] zpcictl: Change service element to Support Element MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- zpcictl/zpcictl.8 | 2 +- zpcictl/zpcictl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zpcictl/zpcictl.8 b/zpcictl/zpcictl.8 index 38aa3443..2b5ca55a 100644 --- a/zpcictl/zpcictl.8 +++ b/zpcictl/zpcictl.8 @@ -33,7 +33,7 @@ zpcictl - Manage PCI devices on IBM Z Use .B zpcictl to manage PCI devices on the IBM Z platform. In particular, -use this command to report defective PCI devices to the service element. +use this command to report defective PCI devices to the Support Element (SE). .B Note: For NVMe devices additional data (such as S.M.A.R.T. data) is collected and sent diff --git a/zpcictl/zpcictl.c b/zpcictl/zpcictl.c index 5c6d2a8e..85dc9925 100644 --- a/zpcictl/zpcictl.c +++ b/zpcictl/zpcictl.c @@ -60,7 +60,7 @@ static struct util_opt opt_vec[] = { }, { .option = { "report-error", no_argument, NULL, OPT_REPORT_ERR }, - .desc = "Report a device error to the service element (SE)", + .desc = "Report a device error to the Support Element (SE)", .flags = UTIL_OPT_FLAG_NOSHORT, }, UTIL_OPT_SECTION("GENERAL OPTIONS"),