summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-04-25 10:29:17 (GMT)
committerGeorg Brandl <georg@python.org>2010-04-25 10:29:17 (GMT)
commit1f620876499ac62b351379379e176d7a6acf5ba5 (patch)
treef2cf1b490fea29db412bdba2d724bec5dfe83923
parent0b093e068e47f26e81674a6cf124a32377317cd7 (diff)
downloadcpython-1f620876499ac62b351379379e176d7a6acf5ba5.zip
cpython-1f620876499ac62b351379379e176d7a6acf5ba5.tar.gz
cpython-1f620876499ac62b351379379e176d7a6acf5ba5.tar.bz2
Remove LaTeXy index entry syntax.
-rw-r--r--Doc/library/fcntl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst
index b186d14..d0430c2 100644
--- a/Doc/library/fcntl.rst
+++ b/Doc/library/fcntl.rst
@@ -9,8 +9,8 @@
.. index::
- pair: UNIX@Unix; file control
- pair: UNIX@Unix; I/O control
+ pair: UNIX; file control
+ pair: UNIX; I/O control
This module performs file control and I/O control on file descriptors. It is an
interface to the :cfunc:`fcntl` and :cfunc:`ioctl` Unix routines.