diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2020-05-05 19:31:47 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2020-05-05 19:31:47 +0000 |
commit | 6a7016194d579fde78c09fdc9d5c4e7f476ea58f (patch) | |
tree | 8e910c57894638a5b377687d16474cddf53a24b2 /lib/libc/sys/thr_kill.2 | |
parent | ac39a5d5eaf2bde6a5fe4b00a2c88be9c93c4f3a (diff) |
Add HISTORY sections to document when this
functionality first appeared in FreeBSD.
Submitted by: Gordon Bergling gbergling_gmail.com
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D24677
Notes
Notes:
svn path=/head/; revision=360670
Diffstat (limited to 'lib/libc/sys/thr_kill.2')
-rw-r--r-- | lib/libc/sys/thr_kill.2 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/sys/thr_kill.2 b/lib/libc/sys/thr_kill.2 index 04293aa59ee7..2378cb60fc88 100644 --- a/lib/libc/sys/thr_kill.2 +++ b/lib/libc/sys/thr_kill.2 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 1, 2016 +.Dd May 5, 2020 .Dt THR_kill 2 .Os .Sh NAME @@ -131,3 +131,10 @@ to implement .St -p1003.1-2001 .Xr pthread 3 functionality. +.Sh HISTORY +The +.Fn thr_kill +and +.Fn thr_kill2 +system calls first appeared in +.Fx 5.2 . |