Mailing List Archive

python/dist/src/Doc/lib libpty.tex,1.4,1.4.4.1
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv3874/lib

Modified Files:
Tag: release21-maint
libpty.tex
Log Message:
Add missing right-parenthesis.

Index: libpty.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpty.tex,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -C2 -d -r1.4 -r1.4.4.1
*** libpty.tex 1 Dec 2000 15:25:23 -0000 1.4
--- libpty.tex 1 May 2002 03:22:23 -0000 1.4.4.1
***************
*** 24,28 ****
return value is the \var{pid} of the child, and \var{fd} is a file
descriptor connected to the child's controlling terminal (and also
! to the child's standard input and output.
\end{funcdesc}

--- 24,28 ----
return value is the \var{pid} of the child, and \var{fd} is a file
descriptor connected to the child's controlling terminal (and also
! to the child's standard input and output).
\end{funcdesc}