diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-03 23:20:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-03 23:20:29 +0000 |
commit | ed880a1ea09cfc44e9dfb9c8c1eb40256c36f12d (patch) | |
tree | f874f86a737acf3f19a0b2ff8e43453651c69b81 /bin/kill | |
parent | 1e8431bdd01c834428323887d37677379401f1c5 (diff) |
sort the options list; from Igor Sobrado
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 78c6f1d1c20..da7ba44ba27 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.26 2004/07/06 13:32:44 jmc Exp $ +.\" $OpenBSD: kill.1,v 1.27 2007/03/03 23:20:28 jmc Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -70,14 +70,14 @@ Only the superuser may send signals to other users' processes. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl s Ar signal_name -A symbolic signal name specifying the signal to be sent instead of the -default -.Dv SIGTERM . .It Fl l Op Ar exit_status If no operand is given, list the signal names; otherwise, write the signal name corresponding to .Ar exit_status . +.It Fl s Ar signal_name +A symbolic signal name specifying the signal to be sent instead of the +default +.Dv SIGTERM . .It Fl Ar signal_name A symbolic signal name specifying the signal to be sent instead of the default |