Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c79831

Browse files
committed
Add a reference to the signal module to the os.kill() description.
This closes SF bug #495609.
1 parent dce2e11 commit 5c79831

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,9 @@ \subsection{Process Management \label{os-process}}
980980
\begin{funcdesc}{kill}{pid, sig}
981981
\index{process!killing}
982982
\index{process!signalling}
983-
Kill the process \var{pid} with signal \var{sig}.
983+
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.
984986
Availability: \UNIX.
985987
\end{funcdesc}
986988

0 commit comments

Comments
 (0)