Author: jilles
Date: Sun Jan  6 21:34:05 2019
New Revision: 342816
URL: https://svnweb.freebsd.org/changeset/base/342816

Log:
  thr_wake(2): Minor mdoc fixes
  
  MFC after:    1 week

Modified:
  head/lib/libc/sys/thr_wake.2

Modified: head/lib/libc/sys/thr_wake.2
==============================================================================
--- head/lib/libc/sys/thr_wake.2        Sun Jan  6 21:24:44 2019        
(r342815)
+++ head/lib/libc/sys/thr_wake.2        Sun Jan  6 21:34:05 2019        
(r342816)
@@ -67,7 +67,7 @@ of that thread in the kernel to fail immediately with 
 .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 ,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to