summaryrefslogtreecommitdiffstats
path: root/Doc/libfcntl.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-15 22:23:52 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-15 22:23:52 (GMT)
commit19d58273c544329fb3376ece03f9249c8a05d2a8 (patch)
tree6bcd7047ef5b16d3d1fb0600e217dd8462929dc2 /Doc/libfcntl.tex
parent356818eccb35baaecb862ec96be22ca067d0f751 (diff)
downloadcpython-19d58273c544329fb3376ece03f9249c8a05d2a8.zip
cpython-19d58273c544329fb3376ece03f9249c8a05d2a8.tar.gz
cpython-19d58273c544329fb3376ece03f9249c8a05d2a8.tar.bz2
Fixed index references to modules.
Made references to files use \file{} instead of \code{}.
Diffstat (limited to 'Doc/libfcntl.tex')
-rw-r--r--Doc/libfcntl.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/libfcntl.tex b/Doc/libfcntl.tex
index b76a28c..21f2514 100644
--- a/Doc/libfcntl.tex
+++ b/Doc/libfcntl.tex
@@ -48,11 +48,11 @@ This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
\end{funcdesc}
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
-\code{sys/ioctl}. You can create the modules yourself with the h2py
-script, found in the \code{Tools/scripts} directory.
-\stmodindex{FCNTL}
-\stmodindex{IOCTL}
+can find the opcodes in the C include files \file{sys/fcntl.h} and
+\file{sys/ioctl.h}. You can create the modules yourself with the h2py
+script, found in the \file{Tools/scripts} directory.
+\refstmodindex{FCNTL}
+\refstmodindex{IOCTL}
Examples (all on a SVR4 compliant system):