Thanks to visit codestin.com Credit goes to github.com
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 dce2e11 commit 5c79831Copy full SHA for 5c79831
1 file changed
Doc/lib/libos.tex
@@ -980,7 +980,9 @@ \subsection{Process Management \label{os-process}}
980
\begin{funcdesc}{kill}{pid, sig}
981
\index{process!killing}
982
\index{process!signalling}
983
-Kill the process \var{pid} with signal \var{sig}.
+Kill the process \var{pid} with signal \var{sig}. Constants for the
984
+specific signals available on the host platform are defined in the
985
+\refmodule{signal} module.
986
Availability: \UNIX.
987
\end{funcdesc}
988
0 commit comments