SF patch #1061780:  use a new -m option in pdb and profile invocations

Doc patch submitted by Ilya Sandler.
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index c283fd6..10cff84 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -128,7 +128,7 @@
 a script to profile another script.  For example:
 
 \begin{verbatim}
-python /usr/local/lib/python1.5/profile.py myscript.py
+python -m profile myscript.py
 \end{verbatim}
 
 \file{profile.py} accepts two optional arguments on the command line: