- fixed minor formatting problem
This commit is contained in:
gdr-ftp 1999-02-13 19:53:47 +00:00
parent 62c04cd62d
commit ba2ef9169c
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95 .\" @(#)kill.1 8.2 (Berkeley) 4/28/95
.\" $Id: kill.1,v 1.1 1998/02/09 00:19:20 tribby Exp $ .\" $Id: kill.1,v 1.2 1999/02/13 19:53:47 gdr-ftp Exp $
.\" .\"
.TH KILL 1 "January 1998" "GNO" "Commands and Applications" .TH KILL 1 "January 1998" "GNO" "Commands and Applications"
.SH NAME .SH NAME
@ -66,11 +66,11 @@ utility sends a signal to the processes specified by the
operand(s). operand(s).
.PP .PP
The options are as follows: The options are as follows:
.IP \fB-s\fR \fIsignal_name\fR .IP "\fB-s\fR \fIsignal_name\fR"
A symbolic signal name specifying the signal to be sent instead of the A symbolic signal name specifying the signal to be sent instead of the
default default
.BR TERM . .BR TERM .
.IP \fB-l\fR [\fIexit_status\fR] .IP "\fB-l\fR [\fIexit_status\fR]"
If no operand is given, list the signal names; otherwise, write If no operand is given, list the signal names; otherwise, write
the signal name corresponding to the signal name corresponding to
.IR exit_status . .IR exit_status .