Skip to content

Commit aa46691

Browse files
committed
Simplified language.
1 parent acca583 commit aa46691

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

signals.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,9 @@
246246
You can check \example{signals/catch-SIGSEGV.c}. More information and another
247247
example can be found on page \pageref{THREADS_SIGWAIT}.
248248
\item Note: if the standard specifies any behavior as \emph{undefined}, it means
249-
the specification does not state what should happen and that whatever happens
250-
does not violate the standard. So, if you trigger such a behavior and your
251-
computer burns down or even flies off to the Moon, possibly still in flames,
252-
that does not violate the standard either.
249+
that whatever happens does not violate the standard. So, if you trigger such a
250+
behavior and your computer burns down or even flies off to the Moon, possibly
251+
still in flames, that does not violate the standard either.
253252
\end{itemize}
254253

255254
\begin{slide}

0 commit comments

Comments
 (0)