[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] poke: manual: Fix catenation
From: |
Jose E. Marchesi |
Subject: |
Re: [PATCH 1/2] poke: manual: Fix catenation |
Date: |
Sun, 07 May 2023 21:47:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Applied on your behalf.
Thanks for the patch, appreciated!
> 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