From 8153eec7e897780e04f5ac00c8bd9b9f97f73a32 Mon Sep 17 00:00:00 2001 From: Nir Lichtman Date: Wed, 6 Aug 2025 10:16:16 +0300 Subject: [PATCH] doc/fortunes: fix incorrect syntax of command layout (#5292) --- doc/fortunes.tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fortunes.tips b/doc/fortunes.tips index b633cfdc00..e8ecd3c487 100644 --- a/doc/fortunes.tips +++ b/doc/fortunes.tips @@ -16,7 +16,7 @@ Use +,-,*,/ to change the size of the block Change the block size with 'b '. In visual mode you can also enter rizin command pressing the ':' key (like vi does) If you want to open the file in read-write mode, invoke rizin with '-w' Print the contents of the current block with the 'p' command -Command layout is: @. For example: 3x20@0x33 will show 3 hexdumps of 20 bytes at 0x33 +Command layout is: ' @ '. For example: '3x 20 @ 0x33' will show 3 hexdumps of 20 bytes at 0x33 Press 'c' in visual mode to toggle the cursor mode Press 'C' in visual mode to toggle colors You can 'copy/paste' bytes using the cursor in visual mode 'c' and using the 'y' and 'Y' keys