[Python-checkins] python/dist/src/Doc/lib libos.tex,1.103,1.104 libpopen2.tex,1.17,1.18
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2002年12月06日 08:45:17 -0800
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv9390/lib
Modified Files:
libos.tex libpopen2.tex
Log Message:
Typo: "dead lock" --> "deadlock"
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** libos.tex 12 Nov 2002 22:07:11 -0000 1.103
--- libos.tex 6 Dec 2002 16:45:00 -0000 1.104
***************
*** 345,349 ****
module; these are only available on \UNIX.
! For a discussion of possible dead lock conditions related to the use
of these functions, see ``\ulink{Flow Control
Issues}{popen2-flow-control.html}''
--- 345,349 ----
module; these are only available on \UNIX.
! For a discussion of possible deadlock conditions related to the use
of these functions, see ``\ulink{Flow Control
Issues}{popen2-flow-control.html}''
Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libpopen2.tex 18 Jun 2002 20:38:05 -0000 1.17
--- libpopen2.tex 6 Dec 2002 16:45:05 -0000 1.18
***************
*** 130,134 ****
When reading output from a child process that writes a lot of data to
standard error while the parent is reading from the child's standard
! 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
--- 130,134 ----
When reading output from a child process that writes a lot of data to
standard error while the parent is reading from the child's standard
! out, a deadlock 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