]> granicus.if.org Git - python/commitdiff
Refer the reader to the correct module for constant definitions.
authorFred Drake <fdrake@acm.org>
Fri, 14 Jun 2002 01:58:19 +0000 (01:58 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 14 Jun 2002 01:58:19 +0000 (01:58 +0000)
This closes SF bug #550777.

Doc/lib/libfcntl.tex

index bc125e51ef5b9628ea39dd9de84dc3cf327da591..33a5893014ed9e63f0b9adef3298f2017946a3e1 100644 (file)
@@ -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}