summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/debugger')
-rw-r--r--docs/source/debugger/general.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/debugger/general.rst b/docs/source/debugger/general.rst
index cdaf9ca4019..13060894aae 100644
--- a/docs/source/debugger/general.rst
+++ b/docs/source/debugger/general.rst
@@ -198,6 +198,9 @@ available:
minimum field width and zero fill using lowercase letters.
%[0][<n>]x
Prints the corresponding argument as a hexadecimal number with
+ optional minimum field width and zero fill using lowercase letters.
+%[0][<n>]X
+ Prints the corresponding argument as a hexadecimal number with
optional minimum field width and zero fill using uppercase letters.
\%%
Prints a literal percent symbol.