SF bug #1328915, try to word kill a bit more generically. Backport candidate.

This commit is contained in:
Neal Norwitz 2005-10-18 05:07:49 +00:00
parent 079144199c
commit 94832209d1
1 changed files with 2 additions and 2 deletions

View File

@ -1490,7 +1490,7 @@ Availability: Macintosh, Some flavors of \UNIX.
\begin{funcdesc}{kill}{pid, sig}
\index{process!killing}
\index{process!signalling}
Kill the process \var{pid} with signal \var{sig}. Constants for the
Send signal \var{sig} to the process \var{pid}. Constants for the
specific signals available on the host platform are defined in the
\refmodule{signal} module.
Availability: Macintosh, \UNIX.
@ -1499,7 +1499,7 @@ Availability: Macintosh, \UNIX.
\begin{funcdesc}{killpg}{pgid, sig}
\index{process!killing}
\index{process!signalling}
Kill the process group \var{pgid} with the signal \var{sig}.
Send the signal \var{sig} to the process group \var{pgid}.
Availability: Macintosh, \UNIX.
\versionadded{2.3}
\end{funcdesc}