Skip to content

Commit 2d67077

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 62a5352 commit 2d67077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

signals.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@
138138
\item unless a process sets it otherwise, each signal triggers a specific
139139
default 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,
149149
called a \emsl{handler}
150150
\end{itemize}

0 commit comments

Comments
 (0)