]> git.saurik.com Git - apple/libc.git/blame - gen/FreeBSD/sleep.3.patch
Libc-763.12.tar.gz
[apple/libc.git] / gen / FreeBSD / sleep.3.patch
CommitLineData
1f2f436a
A
1--- sleep.3.orig 2009-11-07 14:51:38.000000000 -0800
2+++ sleep.3 2009-11-07 14:51:40.000000000 -0800
3@@ -33,7 +33,7 @@
59e0d9fe
A
4 .Os
5 .Sh NAME
6 .Nm sleep
7-.Nd suspend process execution for an interval measured in seconds
8+.Nd suspend thread execution for an interval measured in seconds
9 .Sh LIBRARY
10 .Lb libc
11 .Sh SYNOPSIS
1f2f436a 12@@ -43,11 +43,11 @@
59e0d9fe
A
13 .Sh DESCRIPTION
14 The
15 .Fn sleep
16-function suspends execution of the calling process until either
17+function suspends execution of the calling thread until either
18 .Fa seconds
19-seconds have elapsed or a signal is delivered to the process and its
20+seconds have elapsed or a signal is delivered to the thread and its
21 action is to invoke a signal-catching function or to terminate the
22-process.
23+thread or process.
24 System activity may lengthen the sleep by an indeterminate amount.
25 .Pp
26 This function is implemented using