diff options
author | 2013-07-17 05:42:10 +0000 | |
---|---|---|
committer | 2013-07-17 05:42:10 +0000 | |
commit | 23fbb714ee0d9e87b8c1fa165af1f555294785eb (patch) | |
tree | 248b04849e966acb09eff7ac5b30e5ad56bcc86c /lib/libc/sys/kill.2 | |
parent | Enable jfb-style acceleration on XVR-600. (diff) | |
download | wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.tar.xz wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.zip |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/sys/kill.2')
-rw-r--r-- | lib/libc/sys/kill.2 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 8686f392969..4cc66f3052d 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.2,v 1.19 2013/05/19 20:55:28 guenther Exp $ +.\" $OpenBSD: kill.2,v 1.20 2013/07/17 05:42:11 schwarze 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: May 19 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt KILL 2 .Os .Sh NAME @@ -143,6 +143,15 @@ The .Fn kill function is expected to conform to .St -p1003.1-2008 . +.Sh HISTORY +The +.Fn kill +system call first appeared in +.At v3 . +The +.Ar sig +argument was introduced in +.At v4 . .Sh BUGS .St -p1003.1-2008 specifies that |