From: Fred Drake Date: Fri, 14 Jun 2002 01:58:19 +0000 (+0000) Subject: Refer the reader to the correct module for constant definitions. X-Git-Tag: v2.3c1~5317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c123efe3dc6f0d677568f812133894a55198b41;p=python Refer the reader to the correct module for constant definitions. This closes SF bug #550777. --- diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex index bc125e51ef..33a5893014 100644 --- a/Doc/lib/libfcntl.tex +++ b/Doc/lib/libfcntl.tex @@ -50,7 +50,7 @@ The module defines the following functions: \begin{funcdesc}{ioctl}{fd, op, arg} This function is identical to the \function{fcntl()} function, except that the operations are typically defined in the library module - \module{IOCTL}. + \refmodule{termios}. \end{funcdesc} \begin{funcdesc}{flock}{fd, op}