Fix formatting of kill commands.
This commit is contained in:
parent
62af15cbc6
commit
89f51b033e
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: csh.1,v 1.22 1999/04/20 05:31:55 mycroft Exp $
|
||||
.\" $NetBSD: csh.1,v 1.23 1999/04/20 05:44:42 mycroft Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -1324,11 +1324,11 @@ Lists the active jobs; the
|
|||
option lists process id's in addition to the normal information.
|
||||
.Pp
|
||||
.It Ic kill % Ns Ar job
|
||||
.It Ic kill
|
||||
.Op Fl s Ar signal_name
|
||||
.Ar pid
|
||||
.It Ic kill Fl sig Ar pid ...
|
||||
.It Ic kill Fl l Op exit_status
|
||||
.It Ic kill Ar pid ...
|
||||
.It Ic kill Fl l Op Ar exit_status
|
||||
.It Ic kill Fl s Ar signal_name pid ...
|
||||
.It Ic kill Fl Ar signal_name Ar pid ...
|
||||
.It Ic kill Fl Ar signal_number Ar pid ...
|
||||
Sends either the TERM (terminate) signal or the
|
||||
specified signal to the specified jobs or processes.
|
||||
Signals are either given by number or by names (as given in
|
||||
|
|
Loading…
Reference in New Issue