]> err.no Git - util-linux/commitdiff
kill: man page is missing a description of "kill -0"
authorKarel Zak <kzak@redhat.com>
Mon, 28 Jan 2008 14:17:45 +0000 (15:17 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Jan 2008 14:17:45 +0000 (15:17 +0100)
Addresses-Red-Hat-Bugzilla: #429559
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/kill.1

index 1c703b1423b0b7d99626cd23e92af87dbf3f5002..9644564badb1829841b5c8134b4c6e319fe09dd2 100644 (file)
@@ -20,6 +20,8 @@ be caught.
 Most modern shells have a builtin kill function, with a usage rather similar
 to that of the command described here. The `-a' and `-p' options,
 and the possibility to specify pids by command name is a local extension.
+.PP
+If sig is 0, then no signal is sent, but error checking is still performed.
 .SH OPTIONS
 .TP
 .IR pid ...