summaryrefslogtreecommitdiff
path: root/bin/kill
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-04-04 13:19:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-04-04 13:19:37 +0000
commit9addebbd61d01db6405ead43dec90fda99ecf9fe (patch)
tree2187aa3c569734ae70ab6074388707867784ab13 /bin/kill
parent9ef612a0b056e6ec51cd32d771ba33546e946696 (diff)
.br workaround no longer necessary;
Diffstat (limited to 'bin/kill')
-rw-r--r--bin/kill/kill.13
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index 64c29f3d308..b1f1cbf894e 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.1,v 1.24 2003/06/23 04:55:47 jmc Exp $
+.\" $OpenBSD: kill.1,v 1.25 2004/04/04 13:19:36 jmc Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -137,7 +137,6 @@ arguments.
.Li $ kill -9 1234
.Pp
Forcibly terminate process ID 1234.
-.br
.Pp
.Li # kill -HUP `cat /var/run/inetd.pid`
.Pp