Bug #1002398: The documentation for os.path.sameopenfile now correctly
refers to file descriptors, not file objects.
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index b9cdea1..0b2da66 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -193,9 +193,8 @@
\end{funcdesc}
\begin{funcdesc}{sameopenfile}{fp1, fp2}
-Return \code{True} if the file objects \var{fp1} and \var{fp2} refer to the
-same file. The two file objects may represent different file
-descriptors.
+Return \code{True} if the file descriptors \var{fp1} and \var{fp2} refer
+to the same file.
Availability: Macintosh, \UNIX.
\end{funcdesc}