Update some incorrect comments about the bdist commands that exist.

Add an entry for the distutils.sysconfig module docs.
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index cc5be56..60fd840 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1397,13 +1397,16 @@
 %\label{bdist-cmds}
 
 
-%\subsubsection{\protect\command{blib}}
+%\subsubsection{\protect\command{bdist}}
 
-%\subsubsection{\protect\command{blib\_dumb}}
+%\subsubsection{\protect\command{bdist\_dumb}}
 
-%\subsubsection{\protect\command{blib\_rpm}}
+%\subsubsection{\protect\command{bdist\_rpm}}
 
-%\subsubsection{\protect\command{blib\_wise}}
+%\subsubsection{\protect\command{bdist\_wininst}}
+
+
+\input{sysconfig}
 
 
 \end{document}