]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/sleep.3
Libc-1353.11.2.tar.gz
[apple/libc.git] / gen / FreeBSD / sleep.3
index a3c42fcdc1fb90882156f4614031c3b43a4535ac..f540a150ad23cebf290a0a503bbfca8496fd6490 100644 (file)
@@ -33,7 +33,7 @@
 .Os
 .Sh NAME
 .Nm sleep
 .Os
 .Sh NAME
 .Nm sleep
-.Nd suspend process execution for an interval measured in seconds
+.Nd suspend thread execution for an interval measured in seconds
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
 .Sh DESCRIPTION
 The
 .Fn sleep
 .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
 .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
 action is to invoke a signal-catching function or to terminate the
-process.
+thread or process.
 System activity may lengthen the sleep by an indeterminate amount.
 .Pp
 This function is implemented using
 System activity may lengthen the sleep by an indeterminate amount.
 .Pp
 This function is implemented using