diff options
author | Fred Drake <fdrake@acm.org> | 2002-06-14 01:58:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-06-14 01:58:19 (GMT) |
commit | 6c123efe3dc6f0d677568f812133894a55198b41 (patch) | |
tree | 97dc3119e8d56de6c205d45a5e523986888c32fd /Doc/lib/libfcntl.tex | |
parent | eda5a8ea0fc89111e7de7c1228540071817ffbbb (diff) | |
download | cpython-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/libfcntl.tex')
-rw-r--r-- | Doc/lib/libfcntl.tex | 2 |
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} |