From: Masatake YAMATO Date: Mon, 6 Oct 2025 17:17:02 +0000 (+0900) Subject: kill.1.adoc: update the description for -l/-L option X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83a9a2226b1d1f59b1555100b6c4f2f8b3e7e4cf;p=thirdparty%2Futil-linux.git kill.1.adoc: update the description for -l/-L option Signed-off-by: Masatake YAMATO --- 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*::