Fix formatting of kill commands.

This commit is contained in:
mycroft 1999-04-20 05:44:42 +00:00
parent 62af15cbc6
commit 89f51b033e
1 changed files with 6 additions and 6 deletions

View File

@ -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 .\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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. option lists process id's in addition to the normal information.
.Pp .Pp
.It Ic kill % Ns Ar job .It Ic kill % Ns Ar job
.It Ic kill .It Ic kill Ar pid ...
.Op Fl s Ar signal_name .It Ic kill Fl l Op Ar exit_status
.Ar pid .It Ic kill Fl s Ar signal_name pid ...
.It Ic kill Fl sig Ar pid ... .It Ic kill Fl Ar signal_name Ar pid ...
.It Ic kill Fl l Op exit_status .It Ic kill Fl Ar signal_number Ar pid ...
Sends either the TERM (terminate) signal or the Sends either the TERM (terminate) signal or the
specified signal to the specified jobs or processes. specified signal to the specified jobs or processes.
Signals are either given by number or by names (as given in Signals are either given by number or by names (as given in