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 138
138
\item unless a process sets it otherwise, each signal triggers a specific
139
139
default action, one of:
140
140
\begin {itemize }
141
- \item terminate the process (\emsl {exit})
141
+ \item terminate the process (\emsl {exit})
142
142
\item terminate and dump a core (\emsl {core})
143
143
\item ignore the signal (\emsl {ignore})
144
144
\item stop the process (\emsl {stop})
145
- \item resume the process (\emsl {continue})
145
+ \item resume the process (\emsl {continue})
146
146
\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
148
148
\item \dots {}or can handle the signal via a user-defined function,
149
149
called a \emsl {handler}
150
150
\end {itemize }
You can’t perform that action at this time.
0 commit comments