aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/thr_kill.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/thr_kill.2')
-rw-r--r--lib/libc/sys/thr_kill.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/thr_kill.2 b/lib/libc/sys/thr_kill.2
index 5f88dd3cba61..04293aa59ee7 100644
--- a/lib/libc/sys/thr_kill.2
+++ b/lib/libc/sys/thr_kill.2
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 5, 2016
+.Dd June 1, 2016
.Dt THR_kill 2
.Os
.Sh NAME
@@ -112,11 +112,13 @@ The current process does not have sufficient privilege to check existence or
send a signal to the specified process.
.El
.Sh SEE ALSO
+.Xr kill 2 ,
.Xr thr_exit 2 ,
.Xr thr_new 2 ,
.Xr thr_self 2 ,
.Xr thr_set_name 2 ,
.Xr _umtx_op 2 ,
+.Xr pthread_kill 3 ,
.Xr signal 3
.Sh STANDARDS
The