Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@174993 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/lldb-gdb.html b/www/lldb-gdb.html
index 7555f67..df96bee 100755
--- a/www/lldb-gdb.html
+++ b/www/lldb-gdb.html
@@ -105,6 +105,7 @@
                         <td class="content">
                             <b>(lldb)</b> settings set target.env-vars DEBUG=1<br>
                             <b>(lldb)</b> set se target.env-vars DEBUG=1<br>
+                            <b>(lldb)</b> env DEBUG=1<br>
                         </td>
                     </tr>