Skip to content

Commit

Permalink
thr_wake(2): Minor mdoc fixes
Browse files Browse the repository at this point in the history
MFC after:	1 week
  • Loading branch information
jillest committed Jan 6, 2019
1 parent 480717a commit 8cc4b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libc/sys/thr_wake.2
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ of that thread in the kernel to fail immediately with the
.Er EINTR
error.
The flag is cleared by an interruptible sleep attempt or by a call to
.Xr thr_suspend 2.
.Xr thr_suspend 2 .
This is used by the system threading library to implement cancellation.
.Pp
If
Expand Down Expand Up @@ -96,7 +96,7 @@ of the calling thread.
.El
.Sh SEE ALSO
.Xr ps 1 ,
.Xr thr_self 2
.Xr thr_self 2 ,
.Xr thr_suspend 2 ,
.Xr pthread_cancel 3 ,
.Xr pthread_resume_np 3 ,
Expand Down

0 comments on commit 8cc4b29

Please sign in to comment.