summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfcntl.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-08-10 14:21:11 (GMT)
committerGuido van Rossum <guido@python.org>1995-08-10 14:21:11 (GMT)
commit0bbbea15e6675131412ee2af6ea62b07cd63c75e (patch)
tree0196ec0603992a12e4284add6381231e19d14233 /Doc/lib/libfcntl.tex
parenteafe32a639b8477a3684df4b57c2c114be190eaf (diff)
downloadcpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.zip
cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.tar.gz
cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.tar.bz2
typos only
Diffstat (limited to 'Doc/lib/libfcntl.tex')
-rw-r--r--Doc/lib/libfcntl.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex
index 147fb8c..8539e2a 100644
--- a/Doc/lib/libfcntl.tex
+++ b/Doc/lib/libfcntl.tex
@@ -39,7 +39,9 @@ The module defines the following functions:
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{Demo/scripts} directory.
+script, found in the \code{Tools/scripts} directory.
+\stmodindex{FCNTL}
+\stmodindex{IOCTL}
Examples (all on a SVR4 compliant system):