about summary refs log tree commit diff stats
path: root/docs/box64.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/box64.pod')
-rw-r--r--docs/box64.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/box64.pod b/docs/box64.pod
index fa8fb86b..9a7581b0 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -626,13 +626,13 @@ Reserve high memory area for the program, always enabled on Box32.
  * 1 : Reserve high memory area for the program. 
 
 
-=item B<BOX64_ROLLING_LOG> =I<0|1|XXX>
+=item B<BOX64_ROLLING_LOG> =I<0|1|XXXX>
 
 Show last few wrapped function call when a signal is caught.
 
  * 0 : Does nothing. [Default]
  * 1 : Show last 16 wrapped function call when a signal is caught. 
- * XXX : Show last XXX wrapped function call when a signal is caught. 
+ * XXXX : Show last XXXX wrapped function call when a signal is caught. 
 
 
 =item B<BOX64_SDL2_JGUID> =I<0|1>