From 2025cf751f80008c402b443fe8838fe7944ac99b Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Fri, 14 Oct 2022 16:28:45 +0000 Subject: [PATCH] zdump: man: fix long form of abbreviation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ELF stands for "Executable and Linkable Format" (see https://refspecs.linuxfoundation.org/elf/TIS1.1.pdf). Signed-off-by: Marc Hartmayer Reviewed-by: Steffen Eiden Signed-off-by: Jan Höppner --- zdump/zgetdump.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zdump/zgetdump.8 b/zdump/zgetdump.8 index 825b9183..7729e8e1 100644 --- a/zdump/zgetdump.8 +++ b/zdump/zgetdump.8 @@ -73,7 +73,7 @@ Use the specified target dump format FMT when writing or mounting the dump. The following target dump formats are supported: .BR "- elf:" -Executable and Linking Format core dump (default) +Executable and Linkable Format core dump (default) .BR "- s390:" s390 dump @@ -173,7 +173,7 @@ change the target format. The following dump formats are supported for target and source dump: .TP .BR "elf" -Executable and Linking Format core dump. This dump format is also used for +Executable and Linkable Format core dump. This dump format is also used for Linux user space core dumps. .TP .BR "s390"