svn commit: r276802 - head/lib/libc/gen

Konstantin Belousov kostikbel at gmail.com
Thu Jan 8 10:27:15 UTC 2015


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


More information about the svn-src-head mailing list