kill: man page is missing a description of "kill -0"

Addresses-Red-Hat-Bugzilla: #429559
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2008-01-28 15:17:45 +01:00
parent f26873dc4d
commit bd0fb63d5f
1 changed files with 2 additions and 0 deletions

View 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 ...