diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2016-05-29 14:16:23 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2016-05-29 14:16:23 +0000 |
commit | 8e44e0ab19715e2635c0e8571b51af773c97f1b8 (patch) | |
tree | 2452c51df12fa72c5202d90d6362272fc2cdb62c /lib/libc/sys/thr_kill.2 | |
parent | 44f87738345ccf7da818c80cefac28916928bebb (diff) |
_umtx_op(2),thr_*(2): Various spelling, grammar and mdoc fixes.
Notes
Notes:
svn path=/head/; revision=300957
Diffstat (limited to 'lib/libc/sys/thr_kill.2')
-rw-r--r-- | lib/libc/sys/thr_kill.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/thr_kill.2 b/lib/libc/sys/thr_kill.2 index 8c12ef75513a..5f88dd3cba61 100644 --- a/lib/libc/sys/thr_kill.2 +++ b/lib/libc/sys/thr_kill.2 @@ -33,7 +33,7 @@ .Os .Sh NAME .Nm thr_kill -.Nd send signal to the thread +.Nd send signal to thread .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -72,7 +72,7 @@ The .Fa sig argument defines the delivered signal. It must be a valid signal number or zero. -In the later case no signal is actually send, and the call is used to +In the latter case no signal is actually sent, and the call is used to verify the liveness of the thread. .Pp The signal is delivered with @@ -127,5 +127,5 @@ system calls are non-standard and are used by the .Lb libthr to implement .St -p1003.1-2001 -.Xr pthread(3) +.Xr pthread 3 functionality. |