mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add a reference to the signal module to the os.kill() description.
This closes SF bug #495609.
This commit is contained in:
parent
dce2e1161a
commit
5c7983113c
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue