Kaydet (Commit) 94832209 authored tarafından Neal Norwitz's avatar Neal Norwitz

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

üst 07914419
......@@ -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}
......
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