s/exit_status/signal_number/

This commit is contained in:
christos 2000-05-13 17:04:04 +00:00
parent 084953b8f7
commit eb7c557ca3
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kill.1,v 1.12 1999/10/06 17:19:09 jdolecek Exp $
.\" $NetBSD: kill.1,v 1.13 2000/05/13 17:04:04 christos Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -49,7 +49,7 @@
\&...
.Nm ""
.Fl l
.Op Ar exit_status
.Op Ar signal_number
.Nm ""
.Fl signal_name
.Ar pid
@ -73,10 +73,11 @@ The options are as follows:
A symbolic signal name specifying the signal to be sent instead of the
default
.Dv TERM .
.It Fl l Op Ar exit_status
.It Fl l Op Ar signal_number
If no operand is given, list the signal names; otherwise, write
the signal name corresponding to
.Ar exit_status .
.Ar signal_number
provided.
.It Fl signal_name
A symbolic signal name specifying the signal to be sent instead of the
default