We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a967ff0 commit a865a03Copy full SHA for a865a03
signals.tex
@@ -142,8 +142,9 @@
142
\item FreeBSD: EUID of the processes must match
143
\end{itemize}
144
\item Example: \example{signals/killing-myself.c}
145
-\item 0 signal can be also used for a simple check for the specific process
146
-existence, see \example{signals/check-existence.c}.
+\item Using \texttt{0} as \emph{\texttt{sig}} may be used for a simple check for
+the specific process existence, see \example{signals/check-existence.c}. Not
147
+signal is sent in that case.
148
149
150
%%%%%
0 commit comments