]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/pause.3
Libc-1439.100.3.tar.gz
[apple/libc.git] / gen / FreeBSD / pause.3
index b8c257ec8f8d7114e7b8af1faf9ff6b609ab5ad1..815995a2232b3978c66eee62efecd556fe0b2780 100644 (file)
@@ -9,10 +9,6 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
@@ -30,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)pause.3    8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/gen/pause.3,v 1.8 2001/10/01 16:08:51 ru Exp $
+.\" $FreeBSD: src/lib/libc/gen/pause.3,v 1.9 2007/01/09 00:27:54 imp Exp $
 .\"
 .Dd June 4, 1993
 .Dt PAUSE 3
@@ -50,9 +46,8 @@
 .Pp
 The
 .Fn pause
-function
-forces a process to pause until
-a signal is received from either the
+function causes the calling thread to pause until a signal is received from
+either the
 .Xr kill 2
 function
 or an interval timer.