From 2069a8706d24884bc624ccce0043d7640b59006b Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 13 Jan 2019 18:47:37 +0000 Subject: [PATCH] MFC r342816: thr_wake(2): Minor mdoc fixes --- lib/libc/sys/thr_wake.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/thr_wake.2 b/lib/libc/sys/thr_wake.2 index 59df7d2c903..31130428e1c 100644 --- a/lib/libc/sys/thr_wake.2 +++ b/lib/libc/sys/thr_wake.2 @@ -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 @@ -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 , -- 2.45.0