diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-02 17:32:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-02 17:32:55 +0000 |
commit | 001fa4839d0d3792afe5b6abba804ef782c501bb (patch) | |
tree | 957805b7afb08a78d09821fbc2164080aaeea0a7 /lib/libc | |
parent | 62ba3aa5ace0555e313704c8cfd36f78cd256973 (diff) |
kill 0 has worked for ages, no idea how the man page could be so innacurate so long; ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kill.2 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index d9cd6c781e8..152012c6163 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.2,v 1.22 2014/12/14 07:42:50 schwarze Exp $ +.\" $OpenBSD: kill.2,v 1.23 2015/11/02 17:32:54 deraadt Exp $ .\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)kill.2 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: December 14 2014 $ +.Dd $Mdocdate: November 2 2015 $ .Dt KILL 2 .Os .Sh NAME @@ -149,12 +149,3 @@ The .Fa sig argument was introduced in .At v4 . -.Sh BUGS -.St -p1003.1-2008 -specifies that -.Fn kill 0 sig -should send signal -.Fa sig -to the calling process, but -.Ox -doesn't do so for historical reasons. |