From bc4b7475f78a52c5576581b658006a10b7cd0669 Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Tue, 14 Jan 2025 10:15:13 +0100 Subject: [PATCH] Removing email references to linux390@de.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Email address linux390@de.ibm.com is about to be sunset. Cleaning up the last references in man page/help function for: - mon_tools - dbginfo.sh Reviewed-by: Michael Storzer Signed-off-by: Joern Siglen Signed-off-by: Jan Höppner --- mon_tools/mon_procd.h | 4 +--- scripts/dbginfo.sh | 2 -- scripts/dbginfo.sh.8 | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mon_tools/mon_procd.h b/mon_tools/mon_procd.h index bc6a258a..d46c0c5b 100644 --- a/mon_tools/mon_procd.h +++ b/mon_tools/mon_procd.h @@ -171,8 +171,6 @@ static const char help_text[] = "-h, --help Print this help, then exit\n" "-v, --version Print version information, then exit\n" "-a, --attach Run in foreground\n" - "-i, --interval= Sample interval\n" - "\n" - "Please report bugs to: linux390@de.ibm.com\n"; + "-i, --interval= Sample interval\n"; #endif diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 6f49f753..19988dbb 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -119,8 +119,6 @@ Options: -v|--version print version information -c|--check online base system information (no data collection) -Please report bugs to: linux390@de.ibm.com - EOF } diff --git a/scripts/dbginfo.sh.8 b/scripts/dbginfo.sh.8 index 0ab1fa74..3e455f45 100644 --- a/scripts/dbginfo.sh.8 +++ b/scripts/dbginfo.sh.8 @@ -125,5 +125,3 @@ Run the script with root authority. .br For Linux on z/VM, only z/VM guest virtual machines with class B privileges yield the complete debug information. -.SH AUTHOR -Linux on IBM Z development