--- cci/usr/src/man/man2/sigvec.2 2019/07/28 12:24:19 1.1 +++ cci/usr/src/man/man2/sigvec.2 2019/07/28 12:26:33 1.1.1.2 @@ -63,7 +63,7 @@ is delivered, the current state of the p a new signal mask is calculated (as described below), and the signal handler is invoked. The call to the handler is arranged so that if the signal handling routine returns -normally the process will resume execution in the context +normally the process resumes execution in the context from before the signal's delivery. If the process wishes to resume in a different context, then it must arrange to restore the previous context itself. @@ -87,7 +87,7 @@ is non-zero, it specifies a handler routine and mask to be used when delivering the specified signal. Further, if .I sv_onstack -is 1, the system will deliver the signal to the process on a +is 1, the system delivers the signal to the process on a .IR "signal stack" , specified with .IR sigstack (2). @@ -188,7 +188,7 @@ indicates an error occured and is set to indicated the reason. .SH ERRORS .I Sigvec -will fail and no new signal handler will be installed if one +fails and no new signal handler is installed if one of the following occurs: .TP 15 [EFAULT]