mirror of https://github.com/python/cpython
Fixed index references to modules.
Made references to files use \file{} instead of \code{}.
This commit is contained in:
parent
356818eccb
commit
19d58273c5
|
@ -48,11 +48,11 @@ This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
|
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
|
||||||
can find the opcodes in the C include files \code{sys/fcntl} and
|
can find the opcodes in the C include files \file{sys/fcntl.h} and
|
||||||
\code{sys/ioctl}. You can create the modules yourself with the h2py
|
\file{sys/ioctl.h}. You can create the modules yourself with the h2py
|
||||||
script, found in the \code{Tools/scripts} directory.
|
script, found in the \file{Tools/scripts} directory.
|
||||||
\stmodindex{FCNTL}
|
\refstmodindex{FCNTL}
|
||||||
\stmodindex{IOCTL}
|
\refstmodindex{IOCTL}
|
||||||
|
|
||||||
Examples (all on a SVR4 compliant system):
|
Examples (all on a SVR4 compliant system):
|
||||||
|
|
||||||
|
|
|
@ -48,11 +48,11 @@ This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
|
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
|
||||||
can find the opcodes in the C include files \code{sys/fcntl} and
|
can find the opcodes in the C include files \file{sys/fcntl.h} and
|
||||||
\code{sys/ioctl}. You can create the modules yourself with the h2py
|
\file{sys/ioctl.h}. You can create the modules yourself with the h2py
|
||||||
script, found in the \code{Tools/scripts} directory.
|
script, found in the \file{Tools/scripts} directory.
|
||||||
\stmodindex{FCNTL}
|
\refstmodindex{FCNTL}
|
||||||
\stmodindex{IOCTL}
|
\refstmodindex{IOCTL}
|
||||||
|
|
||||||
Examples (all on a SVR4 compliant system):
|
Examples (all on a SVR4 compliant system):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue