[Python-checkins] python/dist/src/Doc/lib libos.tex,1.86,1.87

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 13 Jun 2002 14:09:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv30598/Doc/lib

Modified Files:
	libos.tex 
Log Message:
Patch #568235: Add posix.setpgid.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** libos.tex	10 Jun 2002 19:23:22 -0000	1.86
--- libos.tex	13 Jun 2002 21:09:03 -0000	1.87
***************
*** 145,148 ****
--- 145,154 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{getpgid}{pid}
+ Return the process group id of the process with process id \var{pid}.
+ If \var{pid} is 0, the process group id of the current process is
+ returned. Availability: \UNIX.
+ \end{funcdesc}
+ 
  \begin{funcdesc}{getpgrp}{}
  \index{process!group}