Commit 4a64553d authored by Fred Drake's avatar Fred Drake

Add a reference to the signal module to the os.kill() description.

This closes SF bug #495609.
parent 930f22f0
......@@ -980,7 +980,9 @@ Availability: Some flavors of \UNIX.
\begin{funcdesc}{kill}{pid, sig}
\index{process!killing}
\index{process!signalling}
Kill the process \var{pid} with signal \var{sig}.
Kill the process \var{pid} with signal \var{sig}. Constants for the
specific signals available on the host platform are defined in the
\refmodule{signal} module.
Availability: \UNIX.
\end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment