]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Backport rev.39739 by nnorwitz]
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 29 Sep 2006 12:47:00 +0000 (12:47 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 29 Sep 2006 12:47:00 +0000 (12:47 +0000)
SF bug #1328915, try to word kill a bit more generically.  Backport candidate.

Doc/lib/libos.tex

index 89288536b89a250bbf645600b99ef672a13a53b8..ceafaaa496beac356bbdc2311cdf4b92fa39f198 100644 (file)
@@ -1462,7 +1462,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.
@@ -1471,7 +1471,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}