Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 18:47:37 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r343002 - stable/11/lib/libc/sys
Message-ID:  <201901131847.x0DIlbEW057672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Jan 13 18:47:37 2019
New Revision: 343002
URL: https://svnweb.freebsd.org/changeset/base/343002

Log:
  MFC r342816: thr_wake(2): Minor mdoc fixes

Modified:
  stable/11/lib/libc/sys/thr_wake.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/thr_wake.2
==============================================================================
--- stable/11/lib/libc/sys/thr_wake.2	Sun Jan 13 13:57:56 2019	(r343001)
+++ stable/11/lib/libc/sys/thr_wake.2	Sun Jan 13 18:47:37 2019	(r343002)
@@ -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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131847.x0DIlbEW057672>