[Python-checkins] python/dist/src/Doc/lib libpopen2.tex,1.15.12.1,1.15.12.2

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


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

Modified Files:
      Tag: release22-maint
	libpopen2.tex 
Log Message:
Typo: bites --> bytes
(Hanging around small kids too much...;)


Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.15.12.1
retrieving revision 1.15.12.2
diff -C2 -d -r1.15.12.1 -r1.15.12.2
*** libpopen2.tex	18 Jun 2002 20:31:24 -0000	1.15.12.1
--- libpopen2.tex	18 Jun 2002 20:38:43 -0000	1.15.12.2
***************
*** 132,136 ****
  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.
--- 132,136 ----
  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.