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

This closes SF bug #495609.
This commit is contained in:
Fred Drake 2001-12-21 03:58:47 +00:00
parent dce2e1161a
commit 5c7983113c
1 changed files with 3 additions and 1 deletions

View File

@ -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}