Add index entry "I/O control, buffering" for fdopen().
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 8388d3f..6dd733d 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -228,6 +228,7 @@
 
 \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.