Date: Thu, 8 Jan 2015 12:27:08 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Craig Rodrigues <rodrigc@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r276802 - head/lib/libc/gen Message-ID: <20150108102708.GP42409@kib.kiev.ua> In-Reply-To: <201501080127.t081Ri85035157@svn.freebsd.org> References: <201501080127.t081Ri85035157@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150108102708.GP42409>