Deleted Added
full compact
sigaction.2 (130213) sigaction.2 (131504)
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94
33.\" $FreeBSD: head/lib/libc/sys/sigaction.2 130213 2004-06-07 21:52:20Z yar $
33.\" $FreeBSD: head/lib/libc/sys/sigaction.2 131504 2004-07-02 23:52:20Z ru $
34.\"
35.Dd June 7, 2004
36.Dt SIGACTION 2
37.Os
38.Sh NAME
39.Nm sigaction
40.Nd software signal facilities
41.Sh LIBRARY

--- 512 unchanged lines hidden (view full) ---

554.Fa info
555argument to a
556.Dv SA_SIGINFO
557handler contain a numeric code explaining the
558cause of the signal, usually one of the
559.Dv SI_...
560values from
561.In sys/signal.h
34.\"
35.Dd June 7, 2004
36.Dt SIGACTION 2
37.Os
38.Sh NAME
39.Nm sigaction
40.Nd software signal facilities
41.Sh LIBRARY

--- 512 unchanged lines hidden (view full) ---

554.Fa info
555argument to a
556.Dv SA_SIGINFO
557handler contain a numeric code explaining the
558cause of the signal, usually one of the
559.Dv SI_...
560values from
561.In sys/signal.h
562or codes specific to a signal, i.e. one of the
562or codes specific to a signal, i.e., one of the
563.Dv FPE_...
564values for
565.Dv SIGFPE .
566.Pp
567The
568.Fa scp
569argument to a
570.Bx Ns -style

--- 98 unchanged lines hidden ---
563.Dv FPE_...
564values for
565.Dv SIGFPE .
566.Pp
567The
568.Fa scp
569argument to a
570.Bx Ns -style

--- 98 unchanged lines hidden ---