summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-14 01:58:19 (GMT)
committerFred Drake <fdrake@acm.org>2002-06-14 01:58:19 (GMT)
commit6c123efe3dc6f0d677568f812133894a55198b41 (patch)
tree97dc3119e8d56de6c205d45a5e523986888c32fd /Doc/lib
parenteda5a8ea0fc89111e7de7c1228540071817ffbbb (diff)
downloadcpython-6c123efe3dc6f0d677568f812133894a55198b41.zip
cpython-6c123efe3dc6f0d677568f812133894a55198b41.tar.gz
cpython-6c123efe3dc6f0d677568f812133894a55198b41.tar.bz2
Refer the reader to the correct module for constant definitions.
This closes SF bug #550777.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfcntl.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex
index bc125e5..33a5893 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}