copyright.tex: Add 1995 to copyright message.
lib.tex: add libimp; remove bogus warning about lineii.
libmath.tex: document hypot().
libmd5.tex: rename md5.md5() to md5.new().
libposix.tex: document chown().
libposixfile.tex: openfile() instead of fileopen().
libsocket.tex: document gethostbyaddr().
libtypes.tex: add footnote explaining why readline() keeps the newline.
ref3.tex: correct typos, add back*quotes to index.
ref4.tex: don't use \verb inside footnote.
ref5.tex: explain repr() and str() and add them + back*quotes to index.
ref6.tex: correct typo, don't use \verb in footnote.
ref7.tex: don't use \verb in footnote.
diff --git a/Doc/lib.tex b/Doc/lib.tex
index 900cfac..d3901b2 100644
--- a/Doc/lib.tex
+++ b/Doc/lib.tex
@@ -50,6 +50,7 @@
\input{libmods} % Built-in modules
\input{libsys}
\input{libbltin} % really __builtin__
+\input{libimp}
\input{libmain} % really __main__
\input{libarray}
\input{libmath}
@@ -73,7 +74,7 @@
\input{libgdbm}
\input{libgrp}
\input{libposix}
-\input{libposixfile} % XXX this uses lineii which partparse.py doesn't know
+\input{libposixfile}
\input{libppath} % really posixpath
\input{libpwd}
\input{libselect}