diff options
author | 2001-12-09 15:02:48 +0000 | |
---|---|---|
committer | 2001-12-09 15:02:48 +0000 | |
commit | fdb56e52abca4df70de986cc27525cdf2bdb9f53 (patch) | |
tree | cefab3d286dec51ca1497570299f5762791e3ba8 | |
parent | Do not use stdio functions after a successfull call to daemon(), use (diff) | |
download | wireguard-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.1 | 4 |
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 |