summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libstdtypes.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 597aab1..01ca630 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -710,15 +710,16 @@ exactly one ellipsis object, named \code{Ellipsis} (a built-in name).
It is written as \code{Ellipsis}.
-\subsubsection{File Objects \label{bltin-file-objects}}
+\subsubsection{File Objects\obindex{file}
+ \label{bltin-file-objects}}
-File objects are implemented using \C{}'s \code{stdio} package and can be
-created with the built-in function \function{open()} described Section
+File objects are implemented using \C{}'s \code{stdio}
+package and can be created with the built-in function
+\function{open()}\bifuncindex{open} described Section
\ref{built-in-funcs}, ``Built-in Functions.'' They are also returned
by some other built-in functions and methods, e.g.,
\function{posix.popen()} and \function{posix.fdopen()} and the
\method{makefile()} method of socket objects.
-\bifuncindex{open}
\refbimodindex{posix}
\refbimodindex{socket}