Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm6
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm2
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm
index 955fd5d1b95..df0f3b6e848 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm
@@ -33,15 +33,15 @@
</tr>
<tr>
<td headers="option"><strong>Default variable format</strong></td>
- <td headers="description">Select the default variable format from either Natural, Hexadecimal, Decimal or binary.</td>
+ <td headers="description">Select the default variable format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
</tr>
<tr>
<td headers="option"><strong>Default expression format</strong></td>
- <td headers="description">Select the default expression format from either Natural, Hexadecimal, Decimal or binary.</td>
+ <td headers="description">Select the default expression format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
</tr>
<tr>
<td headers="option"><strong>Default register format</strong></td>
- <td headers="description">Select the default register format from either Natural, Hexadecimal, Decimal or binary.</td>
+ <td headers="description">Select the default register format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
</tr>
<tr>
<td headers="option"><strong>Character encoding</strong></td>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm
index ed84392f8a1..b7030f4324b 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm
@@ -135,7 +135,7 @@ stops. </p>
<tr>
<td valign="top" headers="icon2"><div style="text-align:center;"></div></td>
<td valign="top" headers="name2"><strong>Format</strong></td>
- <td valign="top" headers="description2">Select a format type. Choices include: BInary, Decimal, Natural, and hexadecimal. </td>
+ <td valign="top" headers="description2">Select a format type. Choices include: Default, Decimal, Hexadecimal, Octal or Binary. </td>
</tr>
<tr>
<td valign="top" headers="icon2"><div style="text-align:center;"></div></td>
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm
index 05c606d16c1..e7a3ed13f9c 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm
@@ -33,8 +33,8 @@
<li>In the Registers view, right-click a register, and select <strong>Format</strong>.</li>
<li>Type a new value.</li>
<li>Do one of the following:
-<ul><li>Click <strong>Natural</strong>.</li><li>Click <strong>Decimal</strong>.</li><li>Click <strong>
- Hexadecimal</strong>.</li></ul>
+<ul><li>Click <strong>Default</strong>.</li><li>Click <strong>Decimal</strong>.</li><li>Click <strong>
+ Hexadecimal</strong>.</li><li>Click <strong>Octal</strong>.</li><li>Click <strong>Binary</strong>.</li></ul>
</li>
</ol>

Back to the top