]> granicus.if.org Git - python/commitdiff
SF bug #1328915, try to word kill a bit more generically. Backport candidate.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Oct 2005 05:07:49 +0000 (05:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Oct 2005 05:07:49 +0000 (05:07 +0000)
Doc/lib/libos.tex

index 631f241c6f40164fd6a1bb9352a9fe7f39395199..08c1aad3fb486a47650794d0eb1ce3f8efc4e8e7 100644 (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}