[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.72,1.73

Tim Peters tim_one@users.sourceforge.net
Thu, 06 Dec 2001 15:37:19 -0800


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

Modified Files:
	libos.tex 
Log Message:
s/it/if/ in descriptions of spawn mode argument.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** libos.tex	2001/11/29 20:48:44	1.72
--- libos.tex	2001/12/06 23:37:17	1.73
***************
*** 1015,1019 ****
  Execute the program \var{path} in a new process.  If \var{mode} is
  \constant{P_NOWAIT}, this function returns the process ID of the new
! process; it \var{mode} is \constant{P_WAIT}, returns the process's
  exit code if it exits normally, or \code{-\var{signal}}, where
  \var{signal} is the signal that killed the process.
--- 1015,1019 ----
  Execute the program \var{path} in a new process.  If \var{mode} is
  \constant{P_NOWAIT}, this function returns the process ID of the new
! process; if \var{mode} is \constant{P_WAIT}, returns the process's
  exit code if it exits normally, or \code{-\var{signal}}, where
  \var{signal} is the signal that killed the process.