Deleted Added
full compact
sigvec.2 (60075) sigvec.2 (68854)
1.\" Copyright (c) 1980, 1991, 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.\" @(#)sigvec.2 8.2 (Berkeley) 4/19/94
1.\" Copyright (c) 1980, 1991, 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.\" @(#)sigvec.2 8.2 (Berkeley) 4/19/94
33.\" $FreeBSD: head/lib/libc/compat-43/sigvec.2 60075 2000-05-06 12:00:11Z phantom $
33.\" $FreeBSD: head/lib/libc/compat-43/sigvec.2 68854 2000-11-17 11:44:16Z ru $
34.\"
35.Dd April 19, 1994
36.Dt SIGVEC 2
37.Os BSD 4
38.Sh NAME
39.Nm sigvec
40.Nd software signal facilities
41.Sh LIBRARY

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

291.Xr sigprocmask 2 ,
292.Xr sigsetmask 2 ,
293.Xr sigsuspend 2 ,
294.Xr setjmp 3 ,
295.Xr siginterrupt 3 ,
296.Xr signal 3 ,
297.Xr sigsetops 3 ,
298.Xr tty 4
34.\"
35.Dd April 19, 1994
36.Dt SIGVEC 2
37.Os BSD 4
38.Sh NAME
39.Nm sigvec
40.Nd software signal facilities
41.Sh LIBRARY

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

291.Xr sigprocmask 2 ,
292.Xr sigsetmask 2 ,
293.Xr sigsuspend 2 ,
294.Xr setjmp 3 ,
295.Xr siginterrupt 3 ,
296.Xr signal 3 ,
297.Xr sigsetops 3 ,
298.Xr tty 4
299.Sh EXAMPLE
299.Sh EXAMPLES
300On the
301.Tn VAX\-11
302The handler routine can be declared:
303.Bd -literal -offset indent
304void handler(sig, code, scp)
305int sig, code;
306struct sigcontext *scp;
307.Ed

--- 22 unchanged lines hidden ---
300On the
301.Tn VAX\-11
302The handler routine can be declared:
303.Bd -literal -offset indent
304void handler(sig, code, scp)
305int sig, code;
306struct sigcontext *scp;
307.Ed

--- 22 unchanged lines hidden ---