diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-03-19 21:56:13 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-03-19 21:56:13 +0000 |
commit | 92428674bb2a6ef3fd6d45042f5e2ac81229583f (patch) | |
tree | 4db05bc5c28e95b6725968d8b35adf3cd0e9b880 | |
parent | 6888947deff232b11c5d9c7243660ca768b1d7c8 (diff) |
This is thrkill, not __thrsigdivert
-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. |