]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill.1.adoc: update the description for -l/-L option
authorMasatake YAMATO <yamato@redhat.com>
Mon, 6 Oct 2025 17:17:02 +0000 (02:17 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 6 Oct 2025 17:18:20 +0000 (02:18 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/kill.1.adoc

index ec5afed3675f21fb1afc2b39cb14b090540e6f33..6c5da13e0d24281ff5571730368e4d4290f83d86 100644 (file)
@@ -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*::