Providing a more interesting command template for LLDB
This one actually exploits the SB API to obtain information about your inferior process



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181500 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/python-reference.html b/www/python-reference.html
index daf0b98..2a9c529 100755
--- a/www/python-reference.html
+++ b/www/python-reference.html
@@ -448,7 +448,7 @@
 -rw-r--r--@  1 someuser  wheel         6148 Jan 19 17:27 .DS_Store

 -rw-------   1 someuser  wheel         7331 Jan 19 15:37 crash.log

 </tt></pre></code>

-        <p>A template has been created in the source repository that can help you to create

+        <p>A more interesting template has been created in the source repository that can help you to create

             lldb command quickly:</p>

         <a href="http://llvm.org/svn/llvm-project/lldb/trunk/examples/python/cmdtemplate.py">cmdtemplate.py</a>

 		<p>