summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-09 15:02:49 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-09 15:02:49 +0000
commitabee72dfaa8e8ca1e002c09c6414d6101ba6ad76 (patch)
tree38f9f8ef26448730379ea95da8ca65232686114c
parent8e4e28ea46653c4928c274a35c168d7eba040f25 (diff)
Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr>
-rw-r--r--bin/kill/kill.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index 4f887b8bdcf..eaaae35994b 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.1,v 1.15 2000/10/18 06:55:08 aaron Exp $
+.\" $OpenBSD: kill.1,v 1.16 2001/12/09 15:02:48 miod Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -137,7 +137,7 @@ See
.Xr csh 1
for details.
.Sh EXAMPLES
-.Cm kill -9 -1 1234
+.Cm kill -9 1234
.Pp
Forcibly terminate process ID 1234.
.Pp