]> granicus.if.org Git - python/commitdiff
Add a bunch of index entries related to retrieving information from
authorFred Drake <fdrake@acm.org>
Mon, 21 Dec 1998 18:52:53 +0000 (18:52 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 21 Dec 1998 18:52:53 +0000 (18:52 +0000)
the process table.

Doc/lib/libposix.tex

index 0071bf1d6011fb7c12d8426eff179a5af9be276a..27f8197cd05182026592d0729cf6dd39129cfb5e 100644 (file)
@@ -180,26 +180,32 @@ Return the current process' group id.
 \end{funcdesc}
 
 \begin{funcdesc}{getpgrp}{}
+\index{process!group}
 Return the current process group id.
 (Not on MS-DOS.)
 \end{funcdesc}
 
 \begin{funcdesc}{getpid}{}
+\index{process!id}
 Return the current process id.
 (Not on MS-DOS.)
 \end{funcdesc}
 
 \begin{funcdesc}{getppid}{}
+\index{process!id of parent}
 Return the parent's process id.
 (Not on MS-DOS.)
 \end{funcdesc}
 
 \begin{funcdesc}{getuid}{}
+\index{user id}
 Return the current process' user id.
 (Not on MS-DOS.)
 \end{funcdesc}
 
 \begin{funcdesc}{kill}{pid, sig}
+\index{process!killing}
+\index{process!signalling}
 Kill the process \var{pid} with signal \var{sig}.
 (Not on MS-DOS.)
 \end{funcdesc}