summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-11-02 17:32:54 +0000
committerderaadt <deraadt@openbsd.org>2015-11-02 17:32:54 +0000
commit528d7702cbe298740bd44fc99ded263b68b60e44 (patch)
treebffb43da2d3aecfd410b717728f8c4f368d84883 /lib
parentCast isdigit()'s argument to unsigned char. (diff)
downloadwireguard-openbsd-528d7702cbe298740bd44fc99ded263b68b60e44.tar.xz
wireguard-openbsd-528d7702cbe298740bd44fc99ded263b68b60e44.zip
kill 0 has worked for ages, no idea how the man page could be so innacurate so long; ok guenther
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kill.213
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.