From 8c9fc00f8dc1b5293906aadbb2dee0f4e414a481 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 5 Aug 1999 13:41:31 +0000 Subject: [PATCH] Add index entry "I/O control, buffering" for fdopen(). --- Doc/lib/libos.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 8388d3f3fe9..6dd733d2bf5 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -228,6 +228,7 @@ These functions create new file objects. \begin{funcdesc}{fdopen}{fd\optional{, mode\optional{, bufsize}}} Return an open file object connected to the file descriptor \var{fd}. +\index{I/O control!buffering} The \var{mode} and \var{bufsize} arguments have the same meaning as the corresponding arguments to the built-in \function{open()} function.