From 83a9a2226b1d1f59b1555100b6c4f2f8b3e7e4cf Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Tue, 7 Oct 2025 02:17:02 +0900 Subject: [PATCH] kill.1.adoc: update the description for -l/-L option Signed-off-by: Masatake YAMATO --- misc-utils/kill.1.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc-utils/kill.1.adoc b/misc-utils/kill.1.adoc index ec5afed36..6c5da13e0 100644 --- a/misc-utils/kill.1.adoc +++ b/misc-utils/kill.1.adoc @@ -76,8 +76,11 @@ TSTP TTIN TTOU .... +If neither *NUMBER* nor `0x`*SIGMASK* is given, list all signal names. +In that case, print one signal per line when the output is not a terminal. *-L*, *--table*:: Similar to *-l*, but it will print signal names and their corresponding numbers. +Print one signal per line when the output is not a terminal. *-a*, *--all*:: Do not restrict the command-name-to-PID conversion to processes with the same UID as the present process. *-p*, *--pid*:: -- 2.47.3