ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit d218426d0c5e17586e20c6e421555a08fc8af701
parent 3c1d1368d2c4c6502e7e7acbbbf194733fca752e
Author: sin <sin@2f30.org>
Date:   Sat, 12 Apr 2014 14:37:13 +0100

Add killall5 manpage

Diffstat:
Akillall5.8 | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/killall5.8 b/killall5.8 @@ -0,0 +1,16 @@ +.TH KILLALL5 8 ubase-VERSION +.SH NAME +\fBkillall\fR - Send a signal to all processes +.SH SYNOPSIS +\fBkillall5\fR [\fB-o\fI pid1,pid2,...,pidN\fR] [\fB-s\fI signal\fR] +.SH DESCRIPTION +\fBkillall5\fR is an implementation of the SystemV killall command. +It sends a signal to all processes except kernel threads and the processes +in its own session. It is primarily used by the system's init scripts. +.SH OPTIONS +.TP +\fB-o\fR Tell killall5 to omit processes with that process id. +.TP +\fB-s\fR Send \fIsignal\fR instead of the default SIGTERM. +.SH SEE ALSO +halt(8), reboot(8)