From: Zbigniew Jędrzejewski-Szmek Date: Tue, 2 Mar 2021 08:35:22 +0000 (+0100) Subject: man: add note about "SIG" prefix X-Git-Tag: v248-rc3~83^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c53e8b9de624f50b353f23ba25bb52f81c2d8a21;p=thirdparty%2Fsystemd.git man: add note about "SIG" prefix --- diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index 8ddb8ef3ca7..98d4af57e41 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -238,8 +238,14 @@ COREDUMP_FILENAME=/var/lib/systemd/coredump/core.Web….552351.….zst COREDUMP_SIGNAL_NAME= COREDUMP_SIGNAL= - The terminating signal name and numerical value. (Both are included because signal - numbers vary by architecture.) + The terminating signal name (with the SIG prefix + kill1 + expects signal names without the prefix; kill2 uses + the prefix; all systemd tools accept signal names both with and without the prefix. + ) and numerical value. (Both are included because signal numbers vary by + architecture.)