summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-12-09 15:02:48 +0000
committermiod <miod@openbsd.org>2001-12-09 15:02:48 +0000
commitfdb56e52abca4df70de986cc27525cdf2bdb9f53 (patch)
treecefab3d286dec51ca1497570299f5762791e3ba8
parentDo not use stdio functions after a successfull call to daemon(), use (diff)
downloadwireguard-openbsd-fdb56e52abca4df70de986cc27525cdf2bdb9f53.tar.xz
wireguard-openbsd-fdb56e52abca4df70de986cc27525cdf2bdb9f53.zip
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