sigvec.2 (274b6244d3d8d81474b580ed282a83e99da41b62) | sigvec.2 (251c176f415c9dc57b7c8c063aec4208bfc2efa6) |
---|---|
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. --- 282 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 | 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. --- 282 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 --- |