diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-06 00:34:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-06 00:34:10 +0000 |
commit | c7ba9894bc98405517ce7b9b3d076986982f3e1d (patch) | |
tree | 12883bf1bc3936e90284167df01b47e57f2db784 /bin/kill | |
parent | d0f07253f0c4d7eb7f51bce1f5a52cd9b87daadd (diff) |
use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 3e8e75af5d0..fe725d22c22 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.4 1998/09/14 22:13:48 aaron Exp $ +.\" $OpenBSD: kill.1,v 1.5 1998/11/06 00:34:08 aaron Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -68,7 +68,6 @@ by the PID operand(s). Only the super-user may send signals to other users' processes. .Pp The options are as follows: -.Pp .Bl -tag -width Ds .It Fl s Ar signal_name A symbolic signal name specifying the signal to be sent instead of the @@ -118,7 +117,9 @@ TERM (software termination signal) .Nm kill is built-in to .Xr csh 1 ; -it allows job specifiers of the form ``%...'' as arguments +it allows job specifiers of the form +.Dq %... +as arguments so process IDs are not as often used as .Nm kill arguments. |