svn commit: r306506 - head/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Fri Sep 30 16:02:26 UTC 2016


Author: kib
Date: Fri Sep 30 16:02:25 2016
New Revision: 306506
URL: https://svnweb.freebsd.org/changeset/base/306506

Log:
  Reword the statement.
  
  Submitted by:	wblock
  MFC after:	3 days

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

Modified: head/lib/libc/sys/thr_suspend.2
==============================================================================
--- head/lib/libc/sys/thr_suspend.2	Fri Sep 30 15:47:13 2016	(r306505)
+++ head/lib/libc/sys/thr_suspend.2	Fri Sep 30 16:02:25 2016	(r306506)
@@ -61,9 +61,9 @@ system call puts the calling thread in a
 not eligible for CPU time.
 This state is exited by another thread calling
 .Xr thr_wake 2 ,
-by expiration of the timeout specified in the
+when the time interval specified by
 .Fa timeout
-argument,
+has elapsed,
 or by the delivery of a signal to the suspended thread.
 .Pp
 If the


More information about the svn-src-all mailing list