diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml
index 8ddb8ef3ca..98d4af57e4 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.)