python/dist/src/Doc/lib libtty.tex,1.3,1.3.24.1
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22046 Modified Files: Tag: release23-maint libtty.tex Log Message: Use correct constants Index: libtty.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtty.tex,v retrieving revision 1.3 retrieving revision 1.3.24.1 diff -u -d -r1.3 -r1.3.24.1 --- libtty.tex 28 Nov 2001 07:26:15 -0000 1.3 +++ libtty.tex 31 Aug 2004 13:07:54 -0000 1.3.24.1 @@ -18,13 +18,13 @@ \begin{funcdesc}{setraw}{fd\optional{, when}} Change the mode of the file descriptor \var{fd} to raw. If \var{when} -is omitted, it defaults to \constant{TERMIOS.TCAFLUSH}, and is passed +is omitted, it defaults to \constant{termios.TCSAFLUSH}, and is passed to \function{termios.tcsetattr()}. \end{funcdesc} \begin{funcdesc}{setcbreak}{fd\optional{, when}} Change the mode of file descriptor \var{fd} to cbreak. If \var{when} -is omitted, it defaults to \constant{TERMIOS.TCAFLUSH}, and is passed +is omitted, it defaults to \constant{termios.TCSAFLUSH}, and is passed to \function{termios.tcsetattr()}. \end{funcdesc}
participants (1)
-
akuchling@users.sourceforge.net