Skip to content

Commit a865a03

Browse files
committed
On using 0 as signal in kill(2).
1 parent a967ff0 commit a865a03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

signals.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@
142142
\item FreeBSD: EUID of the processes must match
143143
\end{itemize}
144144
\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}.
145+
\item Using \texttt{0} as \emph{\texttt{sig}} may be used for a simple check for
146+
the specific process existence, see \example{signals/check-existence.c}. Not
147+
signal is sent in that case.
147148
\end{itemize}
148149

149150
%%%%%

0 commit comments

Comments
 (0)