Verifying killall command usage

killall -KILL rdiff-backup

Is it a valid command coz i couldn't find a -KILL option for killall in the man page.

Hi.

-KILL is not an option, it's a signal.

$ killall -KILL bash
No matching processes belonging to you were found
$ bash
bash-3.2$ killall -KILL bash
Killed
$