diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-23 15:12:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-23 15:12:09 (GMT) |
commit | 92f3f41424089c1a11a4c565d49ee71f2c6247f6 (patch) | |
tree | 7807c1478b4b820fb21566f3c1cd56907d55aaa7 /Doc | |
parent | ae4d5c23f53ec3655e9abf1cae0e6790bdff8975 (diff) | |
download | cpython-92f3f41424089c1a11a4c565d49ee71f2c6247f6.zip cpython-92f3f41424089c1a11a4c565d49ee71f2c6247f6.tar.gz cpython-92f3f41424089c1a11a4c565d49ee71f2c6247f6.tar.bz2 |
Added "See Also" section for termios module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtermios.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex index a4f1b70..bcaaed9 100644 --- a/Doc/lib/libtermios.tex +++ b/Doc/lib/libtermios.tex @@ -74,6 +74,15 @@ output, \constant{TERMIOS.TCOON} to restart output, \constant{TERMIOS.TCION} to restart input. \end{funcdesc} + +\begin{seealso} + \seemodule[TERMIOSuppercase]{TERMIOS}{Constants for use with + \module{termios}.} + \seemodule{tty}{Convenience functions for common terminal control + operations.} +\end{seealso} + + \subsection{Example} \nodename{termios Example} |