diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/thrkill.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/thrkill.2 b/lib/libc/sys/thrkill.2 index 88fe1edebe7..30b7bf6f1df 100644 --- a/lib/libc/sys/thrkill.2 +++ b/lib/libc/sys/thrkill.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: thrkill.2,v 1.1 2015/11/10 04:30:59 guenther Exp $ +.\" $OpenBSD: thrkill.2,v 1.2 2016/03/19 21:56:12 guenther 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: November 10 2015 $ +.Dd $Mdocdate: March 19 2016 $ .Dt THRKILL 2 .Os .Sh NAME @@ -91,7 +91,7 @@ and not the TCB address of the thread with thread ID .Xr raise 3 .Sh STANDARDS The -.Fn __thrsigdivert +.Fn thrkill function is specific to .Ox and should not be used in portable applications. |