[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] poke: manual: Fix catenation
From: |
patrick |
Subject: |
[PATCH 1/2] poke: manual: Fix catenation |
Date: |
Sun, 7 May 2023 18:58:04 +0000 |
From: Patrick Trottier <code@algolibre.net>
2023-05-07 Patrick Trottier <code@algolibre.net>
Various fixes in the manual.
---
doc/poke.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/poke.texi b/doc/poke.texi
index a971f9ef..4b60d1a7 100644
--- a/doc/poke.texi
+++ b/doc/poke.texi
@@ -3461,8 +3461,8 @@ bytes. Using the bit-concatenation operator, we could do
something
like:
@example
-(poke) var bg = 255UB::255UB::255UB
-(poke) var fg = 255UB::99UB::71UB
+(poke) var bg = 255UB:::255UB:::255UB
+(poke) var fg = 255UB:::99UB:::71UB
(poke) bg
(uint<24>) 0xffffff
(poke) fg
--
2.30.2
- [PATCH 1/2] poke: manual: Fix catenation,
patrick <=