Fix argument confusion, noted by drochner.
This commit is contained in:
parent
665cd277c5
commit
ac14332299
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: kill.1,v 1.19 2007/11/07 22:36:35 wiz Exp $
|
||||
.\" $NetBSD: kill.1,v 1.20 2007/12/27 12:59:56 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -65,11 +65,11 @@ Only the super-user may send signals to other users' processes.
|
|||
The options are as follows:
|
||||
.Pp
|
||||
.Bl -tag -width Ds
|
||||
.It Fl s Ar exit_status
|
||||
.It Fl s Ar signal_number
|
||||
A symbolic signal name specifying the signal to be sent instead of the
|
||||
default
|
||||
.Dv TERM .
|
||||
.It Fl l Op Ar signal_number
|
||||
.It Fl l Op Ar exit_status
|
||||
Display the name of the signal corresponding to
|
||||
.Ar exit_status .
|
||||
.Ar exit_status
|
||||
|
|
Loading…
Reference in New Issue