On Thu, Jan 08, 2015 at 01:27:44AM +0000, Craig Rodrigues wrote:
> @@ -43,11 +43,11 @@
>  .Sh DESCRIPTION
>  The
>  .Fn sleep
> -function suspends execution of the calling process until either
> +function suspends execution of the calling thread until either
>  .Fa seconds
> -seconds have elapsed or a signal is delivered to the process and its
> +seconds have elapsed or a signal is delivered to the thread and its
>  action is to invoke a signal-catching function or to terminate the
> -process.
> +thread or process.
There is no signal action to terminate thread.

>  System activity may lengthen the sleep by an indeterminate amount.
>  .Pp
>  This function is implemented using
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to