From: Zbigniew Jędrzejewski-Szmek Date: Tue, 30 May 2023 08:06:05 +0000 (+0200) Subject: man/analyze: drop paths from output examples X-Git-Tag: v254-rc1~343^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F27842%2Fhead;p=thirdparty%2Fsystemd.git man/analyze: drop paths from output examples They are not useful for the user but make the examples wider than necessary. --- diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index b0c7ad4e761..4aa73d91f74 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -737,7 +737,7 @@ $ systemd-analyze verify /tmp/source Failed to prepare filename /tmp/source: Invalid argument $ systemd-analyze verify /tmp/source:alias.service -/tmp/systemd-analyze-XXXXXX/alias.service:7: Unknown key name 'MysteryKey' in section 'Service', ignoring. +alias.service:7: Unknown key name 'MysteryKey' in section 'Service', ignoring. @@ -797,9 +797,10 @@ $ systemd-analyze verify /tmp/source:alias.service Packaging Metadata documentation for more information. - Table output + Print information about a core file as JSON - $ systemd-analyze inspect-elf --json=pretty /tmp/core.fsverity.1000.f77dac5dc161402aa44e15b7dd9dcf97.58561.1637106137000000 + $ systemd-analyze inspect-elf --json=pretty \ + core.fsverity.1000.f77dac5dc161402aa44e15b7dd9dcf97.58561.1637106137000000 { "elfType" : "coredump", "elfArchitecture" : "AMD x86-64",