]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update package metadata link and details 35681/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Dec 2024 14:32:55 +0000 (15:32 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Dec 2024 14:38:56 +0000 (15:38 +0100)
The variable names are actually "name" and "version". Not sure why the
man page had something different.

man/systemd-analyze.xml
man/systemd-coredump.xml

index 68d006a1cefcbf9253f5d85bd551a5386f7fcb37..019901d00cba54d11de3208d10a58e8c9534b06c 100644 (file)
@@ -862,8 +862,9 @@ alias.service:7: Unknown key name 'MysteryKey' in section 'Service', ignoring.
 
       <para>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 <ulink url="https://systemd.io/COREDUMP_PACKAGE_METADATA/">
-      Packaging Metadata</ulink> documentation for more information.</para>
+      it in a table or json format. See the
+      <ulink url="https://systemd.io/PACKAGE_METADATA_FOR_EXECUTABLE_FILES/">
+      Package Metadata for Executable Files</ulink> document for more information.</para>
 
       <example>
         <title>Print information about a core file as JSON</title>
index 737b80de9ae181cd0b76570b48a6c8e1867a7efe..a7862f9c0fd16434e519db1232d103e7294d94a4 100644 (file)
@@ -412,12 +412,14 @@ flags:   ...
         <term><varname>COREDUMP_PACKAGE_VERSION=</varname></term>
         <term><varname>COREDUMP_PACKAGE_JSON=</varname></term>
 
-        <listitem><para>If the executable contained .package metadata ELF notes, they will be
-        parsed and attached. The <varname>package</varname> and <varname>packageVersion</varname>
-        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
-        <ulink url="https://systemd.io/COREDUMP_PACKAGE_METADATA/">the coredump metadata spec</ulink>.</para>
+        <listitem><para>If the executable contained .package metadata ELF notes, they will be parsed and
+        attached. The <varname>package</varname> and <varname>version</varname> 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
+        <ulink url="https://systemd.io/PACKAGE_METADATA_FOR_EXECUTABLE_FILES/">Package Metadata for  Executable Files</ulink>
+        document.
+        </para>
 
         <xi:include href="version-info.xml" xpointer="v249"/>
         </listitem>