Skip to content

Commit 834f129

Browse files
committed
Where to find the list of signal on Linux.
1 parent 31cd3c3 commit 834f129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

signals.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@
174174
13
175175
\end{verbatim}
176176
\item For each signal, you can learn what is its implicit action by checking a
177-
manual page for function \funnm{signal}() or possibly for \emph{signal.h}.
177+
manual page for function \funnm{signal}() or possibly for \emph{signal.h}. On
178+
Linux distributions, it is usually in the \texttt{signal(7)} manual page,
179+
accessible via \texttt{man 7 signal}.
178180
\end{itemize}
179181

180182
%%%%%

0 commit comments

Comments
 (0)