Doc/lib/libfuncs.tex: correct items in itemize
Doc/dist/dist.tex: avoid uncommenting the verbose environment (by the py2texi tool)
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 784c908..efa8b93 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1444,11 +1444,11 @@
 % \longprogramopt{spec-only}, this gives you an opportunity to customize
 % the \file{.spec} file manually:
 %
-% \begin{verbatim}
+% \ begin{verbatim}
 % > python setup.py bdist_rpm --spec-only
 % # ...edit dist/FooBar-1.0.spec
 % > python setup.py bdist_rpm --spec-file=dist/FooBar-1.0.spec
-% \end{verbatim}
+% \ end{verbatim}
 %
 % (Although a better way to do this is probably to override the standard
 % \command{bdist\_rpm} command with one that writes whatever else you want