]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/siginterrupt.3
Libc-1082.50.1.tar.gz
[apple/libc.git] / gen / FreeBSD / siginterrupt.3
index 34e1a9c47ebb0696dd1502d0acc7e17fa2db7d0b..6e2fd5fea48740473dbf8e3d1180745c9b16a689 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.
 .\"
 .\"     @(#)siginterrupt.3     8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/gen/siginterrupt.3,v 1.14 2002/12/19 09:40:21 ru Exp $
+.\" $FreeBSD: src/lib/libc/gen/siginterrupt.3,v 1.15 2007/01/09 00:27:55 imp Exp $
 .\"
 .Dd June 4, 1993
 .Dt SIGINTERRUPT 3
@@ -96,8 +92,8 @@ the new action to take place on the next signal to be caught.
 This library routine uses an extension of the
 .Xr sigaction 2
 system call that is not available in
-.Bx 4.2 ,
-hence it should not be used if backward compatibility is needed.
+.Bx 4.2 ;
+hence, it should not be used if backward compatibility is needed.
 .Sh RETURN VALUES
 .Rv -std siginterrupt
 .Sh ERRORS