From 706a297cd7c9e4dbabad3d2f1fbd9975f8016a4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 30 May 2023 10:06:05 +0200 Subject: [PATCH] man/analyze: drop paths from output examples They are not useful for the user but make the examples wider than necessary. --- man/systemd-analyze.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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", -- 2.47.3