Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 16:02:25 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306506 - head/lib/libc/sys
Message-ID:  <201609301602.u8UG2PtJ019788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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