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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"