Deleted Added
full compact
sigvec.2 (14101) sigvec.2 (14855)
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.

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

97normally the process will resume execution in the context
98from before the signal's delivery.
99If the process wishes to resume in a different context, then it
100must arrange to restore the previous context itself.
101.Pp
102When a signal is delivered to a process a new signal mask is
103installed for the duration of the process' signal handler
104(or until a
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.

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

97normally the process will resume execution in the context
98from before the signal's delivery.
99If the process wishes to resume in a different context, then it
100must arrange to restore the previous context itself.
101.Pp
102When a signal is delivered to a process a new signal mask is
103installed for the duration of the process' signal handler
104(or until a
105.Xr sigblock
105.Xr sigblock 2
106or
106or
107.Xr sigsetmask
107.Xr sigsetmask 2
108call is made).
109This mask is formed by taking the current signal mask,
110adding the signal to be delivered, and
111.Em or Ns 'ing
112in the signal mask associated with the handler to be invoked.
113.Pp
114.Fn Sigvec
115assigns a handler for a specific signal. If

--- 210 unchanged lines hidden ---
108call is made).
109This mask is formed by taking the current signal mask,
110adding the signal to be delivered, and
111.Em or Ns 'ing
112in the signal mask associated with the handler to be invoked.
113.Pp
114.Fn Sigvec
115assigns a handler for a specific signal. If

--- 210 unchanged lines hidden ---