From 06a73d1fb6a8be3f48e727751641d89a5076574f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 19 Dec 2024 15:32:55 +0100 Subject: [PATCH] man: update package metadata link and details The variable names are actually "name" and "version". Not sure why the man page had something different. --- man/systemd-analyze.xml | 5 +++-- man/systemd-coredump.xml | 14 ++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 68d006a1cef..019901d00cb 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -862,8 +862,9 @@ alias.service:7: Unknown key name 'MysteryKey' in section 'Service', ignoring. This command will load the specified files, and if they are ELF objects (executables, libraries, core files, etc.) it will parse the embedded packaging metadata, if any, and print - it in a table or json format. See the - Packaging Metadata documentation for more information. + it in a table or json format. See the + + Package Metadata for Executable Files document for more information. Print information about a core file as JSON diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index 737b80de9ae..a7862f9c0fd 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -412,12 +412,14 @@ flags: ... COREDUMP_PACKAGE_VERSION= COREDUMP_PACKAGE_JSON= - If the executable contained .package metadata ELF notes, they will be - parsed and attached. The package and packageVersion - of the 'main' ELF module (ie: the executable) will be appended individually. The - JSON-formatted content of all modules will be appended as a single JSON object, each with - the module name as the key. For more information about this metadata format and content, see - the coredump metadata spec. + If the executable contained .package metadata ELF notes, they will be parsed and + attached. The package and version of the 'main' ELF module + (i.e., the executable) will be appended individually. The JSON-formatted content of all modules will + be appended as a single JSON object, each with the module name as the key. For more information about + this metadata format and content, see the + Package Metadata for Executable Files + document. + -- 2.47.3