Commit 33e94437 authored by Martin v. Löwis's avatar Martin v. Löwis

Document killpg.

parent 438b534a
...@@ -1120,6 +1120,14 @@ specific signals available on the host platform are defined in the ...@@ -1120,6 +1120,14 @@ specific signals available on the host platform are defined in the
Availability: \UNIX. Availability: \UNIX.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{killpg}{pgid, sig}
\index{process!killing}
\index{process!signalling}
Kill the process group \var{pgid} with the signal \var{sig}.
Availability: \UNIX.
\versionadded{2.3}
\end{funcdesc}
\begin{funcdesc}{nice}{increment} \begin{funcdesc}{nice}{increment}
Add \var{increment} to the process's ``niceness''. Return the new Add \var{increment} to the process's ``niceness''. Return the new
niceness. niceness.
......
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