summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfcntl.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 20:16:18 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 20:16:18 (GMT)
commit19b97b13fac3aa05da80c35e4914dbbcd0df17c7 (patch)
treeecf559731d4c8808096f54b3630b9615e5bea92a /Doc/lib/libfcntl.tex
parentc58912426eee89a51b68983d2dff6a6df8c7d7b0 (diff)
downloadcpython-19b97b13fac3aa05da80c35e4914dbbcd0df17c7.zip
cpython-19b97b13fac3aa05da80c35e4914dbbcd0df17c7.tar.gz
cpython-19b97b13fac3aa05da80c35e4914dbbcd0df17c7.tar.bz2
Do the right magic to make \UNIX{} get sorted correctly in the index.
Diffstat (limited to 'Doc/lib/libfcntl.tex')
-rw-r--r--Doc/lib/libfcntl.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex
index 15aeec2..5dab283 100644
--- a/Doc/lib/libfcntl.tex
+++ b/Doc/lib/libfcntl.tex
@@ -1,8 +1,8 @@
% Manual text by Jaap Vermeulen
\section{Built-in Module \sectcode{fcntl}}
\bimodindex{fcntl}
-\indexii{\UNIX{}}{file control}
-\indexii{\UNIX{}}{I/O control}
+\indexii{UNIX@\UNIX{}}{file control}
+\indexii{UNIX@\UNIX{}}{I/O control}
This module performs file control and I/O control on file descriptors.
It is an interface to the \dfn{fcntl()} and \dfn{ioctl()} \UNIX{} routines.