diff options
author | 2016-03-19 21:56:12 +0000 | |
---|---|---|
committer | 2016-03-19 21:56:12 +0000 | |
commit | a9594cf1b7db9941a9c5816dda5d74dfbaff7919 (patch) | |
tree | f1ed6cdafdfa9164d60b5b56670cc865fbcbe4fa /lib/libc | |
parent | Attach dwctwo(4) only on Octeon models that have a DWC2 controller. (diff) | |
download | wireguard-openbsd-a9594cf1b7db9941a9c5816dda5d74dfbaff7919.tar.xz wireguard-openbsd-a9594cf1b7db9941a9c5816dda5d74dfbaff7919.zip |
This is thrkill, not __thrsigdivert
Diffstat (limited to 'lib/libc')
-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. |