diff --git a/lldb/www/formats.html b/lldb/www/formats.html
index 58db831d596f..9ce02edc4c27 100755
--- a/lldb/www/formats.html
+++ b/lldb/www/formats.html
@@ -107,10 +107,10 @@
thread.return-value | The return value of the latest step operation (currently only for step-out.) |
thread.completed-expression | The expression result for a thread that just finished an interrupted expression evaluation. |
target.arch | The architecture of the current target |
- target.script:python_func | Use a Python function to generate a piece of textual output |
- process.script:python_func | Use a Python function to generate a piece of textual output |
- thread.script:python_func | Use a Python function to generate a piece of textual output |
- frame.script:python_func | Use a Python function to generate a piece of textual output |
+ script.target:python_func | Use a Python function to generate a piece of textual output |
+ script.process:python_func | Use a Python function to generate a piece of textual output |
+ script.thread:python_func | Use a Python function to generate a piece of textual output |
+ script.frame:python_func | Use a Python function to generate a piece of textual output |
current-pc-arrow | Prints either '-> ' or ' ' if the current pc value is matched (used in disassembly-format) |
addr-file-or-load | Formats an address either as a load address, or if process has not yet been launched, as a load address (used in disassembly-format) |