Add entries for tty module.

This commit is contained in:
Fred Drake 1999-06-23 17:29:02 +00:00
parent 0bccd73be0
commit 1b2dc9045e
2 changed files with 2 additions and 0 deletions

View file

@ -198,6 +198,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libpipes.tex \
../lib/librlcompleter.tex \
../lib/libstatvfs.tex \
../lib/libtty.tex \
../lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules.

View file

@ -169,6 +169,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libdbm}
\input{libgdbm}
\input{libtermios}
\input{libtty}
\input{libfcntl}
\input{libpipes}
\input{libposixfile}