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 6931e57 commit 9d1e953Copy full SHA for 9d1e953
signals.tex
@@ -320,7 +320,8 @@
320
\end{verbatim}
321
\item \texttt{SIGTERM} is the default signal for command \texttt{kill(1)}.
322
\item \texttt{SIGUSR1} and \texttt{SIGUSR2} are not used by any system call and
323
-are available for use to the user.
+are available for use to the user. These are used to e.g. dump internal state
324
+of a daemon to a file, display statistics of the program run so far, etc.
325
\end{itemize}
326
327
%%%%%
0 commit comments