From 1f620876499ac62b351379379e176d7a6acf5ba5 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 Apr 2010 10:29:17 +0000 Subject: [PATCH] Remove LaTeXy index entry syntax. --- Doc/library/fcntl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index b186d14f7a5..d0430c282a4 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.