From: Fred Drake Date: Wed, 23 Jun 1999 15:12:09 +0000 (+0000) Subject: Added "See Also" section for termios module. X-Git-Tag: v1.6a1~1166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92f3f41424089c1a11a4c565d49ee71f2c6247f6;p=thirdparty%2FPython%2Fcpython.git Added "See Also" section for termios module. --- diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex index a4f1b70a708b..bcaaed98d38c 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}