Introduction
Introduction Statistics Contact Development Disclaimer Help
kill.1 - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
LICENSE
---
kill.1 (728B)
---
1 .Dd October 8, 2015
2 .Dt KILL 1
3 .Os sbase
4 .Sh NAME
5 .Nm kill
6 .Nd signal processes
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl s Ar signame | Fl num | Fl signame
10 .Ar pid ...
11 .Nm
12 .Fl l Op Ar num
13 .Sh DESCRIPTION
14 .Nm
15 signals TERM to each process or process group specified by
16 .Ar pid .
17 .Sh OPTIONS
18 .Bl -tag -width Ds
19 .It Fl l Op Ar num
20 List all available signals or the signal name of
21 .Ar num .
22 .It Fl s Ar signame | Fl num | Fl signame
23 Send signal corresponding to
24 .Ar signame
25 |
26 .Ar num .
27 The default is TERM.
28 .El
29 .Sh SEE ALSO
30 .Xr kill 2 ,
31 .Xr signal 7
32 .Sh STANDARDS
33 The
34 .Nm
35 utility is compliant with the
36 .St -p1003.1-2013
37 specification.
38 .Pp
39 The
40 .Fl Ar signame
41 and
42 .Fl Ar num
43 syntax is marked by
44 .St -p1003.1-2013
45 as an
46 X/OPEN System Interfaces
47 option.
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.