From c53e8b9de624f50b353f23ba25bb52f81c2d8a21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 2 Mar 2021 09:35:22 +0100 Subject: [PATCH] man: add note about "SIG" prefix --- man/systemd-coredump.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.) -- 2.47.3