[Python-checkins] python/dist/src/Doc/lib libpopen2.tex,1.13.6.2,1.13.6.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 18 Jun 2002 13:39:18 -0700


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

Modified Files:
      Tag: release21-maint
	libpopen2.tex 
Log Message:
Typo: bites --> bytes


Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.13.6.2
retrieving revision 1.13.6.3
diff -C2 -d -r1.13.6.2 -r1.13.6.3
*** libpopen2.tex	18 Jun 2002 20:32:09 -0000	1.13.6.2
--- libpopen2.tex	18 Jun 2002 20:39:14 -0000	1.13.6.3
***************
*** 125,129 ****
  out, a dead lock can occur.  A similar situation can occur with other
  combinations of reads and writes.  The essential factors are that more
! than \constant{_PC_PIPE_BUF} bites are being written by one process in
  a blocking fashion, while the other process is reading from the other
  process, also in a blocking fashion.
--- 125,129 ----
  out, a dead lock can occur.  A similar situation can occur with other
  combinations of reads and writes.  The essential factors are that more
! than \constant{_PC_PIPE_BUF} bytes are being written by one process in
  a blocking fashion, while the other process is reading from the other
  process, also in a blocking fashion.