mirror of https://github.com/python/cpython
Refer the reader to the correct module for constant definitions.
This closes SF bug #550777.
This commit is contained in:
parent
eda5a8ea0f
commit
6c123efe3d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue