File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 138138\item unless a process sets it otherwise, each signal triggers a specific
139139default action, one of:
140140 \begin {itemize }
141- \item terminate the process (\emsl {exit})
141+ \item terminate the process (\emsl {exit})
142142 \item terminate and dump a core (\emsl {core})
143143 \item ignore the signal (\emsl {ignore})
144144 \item stop the process (\emsl {stop})
145- \item resume the process (\emsl {continue})
145+ \item resume the process (\emsl {continue})
146146 \end {itemize }
147- \item process can either set to ignore a specific signal\dots
147+ \item process can either choose to ignore a specific signal\dots
148148\item \dots {}or can handle the signal via a user-defined function,
149149called a \emsl {handler}
150150\end {itemize }
You can’t perform that action at this time.
0 commit comments