From: Fred Drake Date: Fri, 14 Jun 2002 01:58:40 +0000 (+0000) Subject: Refer the reader to the correct module for constant definitions. X-Git-Tag: v2.2.2b1~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df6aebc9542e71710984000a410e51ada7393980;p=thirdparty%2FPython%2Fcpython.git 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 bc125e51ef5b..33a5893014ed 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}